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

Uprev Spinnaker default installations #56

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Alternatively, you can route traffic via Ingress/LB to the spin-deck and spin-ga
git add -A; git commit -m"Upgrade related changes";git push
```

- Use minimal-values.yaml inside charts/spinnaker folder Ex: https://github.com/OpsMx/spinnaker-helm/blob/1.30.1/charts/spinnaker/minimal-values.yaml
- Use minimal-values.yaml inside charts/spinnaker folder Ex: https://github.com/OpsMx/spinnaker-helm/blob/1.33.0/charts/spinnaker/minimal-values.yaml

- Update the gitorg, gitrepo, gituser, dynaaccrepo, gittoken and save the minimal-values.yaml

Expand Down
4 changes: 2 additions & 2 deletions charts/spinnaker/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: Open source Spinnaker with v1.30.1 Gitops Support
description: Open source Spinnaker with v1.33.0 Gitops Support
name: spinnaker
version: 2.2.18
appVersion: 1.30.1
appVersion: 1.33.0
home: http://spinnaker.io/
sources:
- https://github.com/spinnaker
Expand Down
4 changes: 2 additions & 2 deletions charts/spinnaker/minimal-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ halyard:
username: GIT_USERNAME # Username to authenticate with git/stash repo
token: GIT_TOKEN
# If spinnakerVersion is not specified appVersion in Chart.yml is chosen for Spinnaker
spinnakerVersion: 1.30.1
spinnakerVersion: 1.33.0
image:
repository: us-docker.pkg.dev/spinnaker-community/docker/halyard
tag: 1.45.0
tag: 1.51.0
2 changes: 1 addition & 1 deletion charts/spinnaker/override-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ halyard:
#####################################################################################
image:
repository: us-docker.pkg.dev/spinnaker-community/docker/halyard
tag: 1.45.0
tag: 1.51.0
additionalServiceSettings:
gate.yml:
healthEndpoint: /health
Expand Down
2 changes: 1 addition & 1 deletion charts/spinnaker/templates/configmap/halyard-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
#!/bin/bash

# Wait for the Hal daemon to be ready
{{- if or (semverCompare "<=1.26.6" .Chart.AppVersion) (semverCompare "<1.45.0" .Values.halyard.image.tag) }}
{{- if or (semverCompare "<=1.26.6" .Chart.AppVersion) (semverCompare "<1.51.0" .Values.halyard.image.tag) }}
export DAEMON_ENDPOINT=http://{{ template "spinnaker.fullname" . }}-halyard:8064
export HAL_COMMAND="hal --daemon-endpoint $DAEMON_ENDPOINT"
until $HAL_COMMAND --ready; do sleep 10 ; done
Expand Down
4 changes: 2 additions & 2 deletions charts/spinnaker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ halyard:
username: GIT_USERNAME # Username to authenticate with git/stash repo
token: GIT_TOKEN
# If spinnakerVersion is not specified appVersion in Chart.yml is chosen for Spinnaker
spinnakerVersion: 1.30.1
spinnakerVersion: 1.33.0
image:
repository: us-docker.pkg.dev/spinnaker-community/docker/halyard
tag: 1.45.0
tag: 1.51.0
pullSecrets: []
# Set to false to disable persistence data volume for halyard
persistence:
Expand Down