Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow version pass to avoid latest install always #8517

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

misba7
Copy link
Contributor

@misba7 misba7 commented May 15, 2024

closes #8513

Signed-off-by: Amro Misbah <amromisba7@gmail.com>
@misba7 misba7 requested review from moabu and iromli as code owners May 15, 2024 12:24
@mo-auto mo-auto added area-CI Issue or changes required in automatic builds or CI infrastructure kind-bug Issue or PR is a bug in existing functionality labels May 15, 2024
@@ -2,10 +2,10 @@
set -eo pipefail
JANS_FQDN=$1
JANS_PERSISTENCE=$2
JANS_CI_CD_RUN=$3
JANS_VERSION=$3
Copy link
Contributor

@iromli iromli May 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@misba7 What's the default JANS_VERSION?

@@ -242,7 +239,7 @@ auth-server:
EOF
sudo helm repo add janssen https://docs.jans.io/charts
sudo helm repo update
sudo helm install janssen janssen/janssen -n jans -f override.yaml --kubeconfig="$KUBECONFIG" "$HELM_DEVELOPMENT_REPO"
sudo helm install janssen janssen/janssen -n jans -f override.yaml --kubeconfig="$KUBECONFIG" --version="$JANS_VERSION"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@misba7 have we handle empty $JANS_VERSION?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

empty JANS_VERSION installs latest, which was the default behavior.
I added the variable to be able to override it as needed.

Copy link
Contributor

@iromli iromli May 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you mean command like helm install --version= (empty JANS_VERSION) also work?

Copy link
Contributor

@iromli iromli May 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ignore my last comment, i have tested it. The --version= <other-ops> is working while --version <other-ops> is not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CI Issue or changes required in automatic builds or CI infrastructure kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: startjanssendemo script always install latest
3 participants