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

Update docker.io/projectsyn/steward Docker tag to v0.12.2 #92

Merged
merged 1 commit into from
Feb 17, 2025
Merged
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 class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:
images:
steward:
image: docker.io/projectsyn/steward
tag: 'v0.12.1@sha256:34e32fcda33a7b849e0c2765defa2fbc5c1d110885521e22695b7e0efea1af5d'
tag: 'v0.12.2@sha256:7f7db701f2a9306987466b74803d1bf97611c6695b65b314e24a3f8be2777b6e'
argocd:
image: quay.io/argoproj/argocd
tag: 'v2.13.5@sha256:17c471916f3e14c01c599a534944c83a7905c1ba42a486e4ef9b87f58c788658'
Expand Down
2 changes: 1 addition & 1 deletion tests/golden/defaults/steward/steward/10_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
secretKeyRef:
key: token
name: steward
image: docker.io/projectsyn/steward:v0.12.1@sha256:34e32fcda33a7b849e0c2765defa2fbc5c1d110885521e22695b7e0efea1af5d
image: docker.io/projectsyn/steward:v0.12.2@sha256:7f7db701f2a9306987466b74803d1bf97611c6695b65b314e24a3f8be2777b6e
imagePullPolicy: Always
name: steward
ports: []
Expand Down
2 changes: 1 addition & 1 deletion tests/golden/syn-teams/steward/steward/10_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
secretKeyRef:
key: token
name: steward
image: docker.io/projectsyn/steward:v0.12.1@sha256:34e32fcda33a7b849e0c2765defa2fbc5c1d110885521e22695b7e0efea1af5d
image: docker.io/projectsyn/steward:v0.12.2@sha256:7f7db701f2a9306987466b74803d1bf97611c6695b65b314e24a3f8be2777b6e
imagePullPolicy: Always
name: steward
ports: []
Expand Down