Skip to content
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.13.0@sha256:0edd65c31dc4e5eee18d0ce5723cc6c057ba49925593fe047bdaba05bf2a220e'
tag: 'v0.14.0@sha256:16b7987ac4cd443cb8f77a562764fc98c1580f9ea8abd44683828d2adbc67596'
argocd:
image: quay.io/argoproj/argocd
tag: 'v3.1.16@sha256:6904027de677799c961179cf3a199ea99176683b3d988f068c8fa6720ef74805'
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.13.0@sha256:0edd65c31dc4e5eee18d0ce5723cc6c057ba49925593fe047bdaba05bf2a220e
image: docker.io/projectsyn/steward:v0.14.0@sha256:16b7987ac4cd443cb8f77a562764fc98c1580f9ea8abd44683828d2adbc67596
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.13.0@sha256:0edd65c31dc4e5eee18d0ce5723cc6c057ba49925593fe047bdaba05bf2a220e
image: docker.io/projectsyn/steward:v0.14.0@sha256:16b7987ac4cd443cb8f77a562764fc98c1580f9ea8abd44683828d2adbc67596
imagePullPolicy: Always
name: steward
ports: []
Expand Down
Loading