Compare commits

...

4 Commits
main ... stage

Author SHA1 Message Date
kkdeop a2cbd2bbf6 update values 1 year ago
argocd-image-updater 5cad1d1841 build: automatic update of peoples-stage
updates image amukanov/boringplace tag '79835740c9a19e9570aa9d476d853ec05cf6246b' to '9666bd07ad57b22450b4818769f40273219c398e'
1 year ago
adilet b65574f615 upd stage 1 year ago
adilet 6f54f10427 new branch "stage" 1 year ago

@ -0,0 +1,8 @@
helm:
parameters:
- name: image.name
value: amukanov/boringplace
forcestring: true
- name: image.tag
value: 9666bd07ad57b22450b4818769f40273219c398e
forcestring: true

@ -4,5 +4,5 @@ helm:
value: amukanov/boringplace
forcestring: true
- name: image.tag
value: 9666bd07ad57b22450b4818769f40273219c398e
value: 79835740c9a19e9570aa9d476d853ec05cf6246b
forcestring: true

@ -38,7 +38,7 @@ spec:
valueFrom:
secretKeyRef:
key: redis-password
name: peoples-stage-redis
name: peoples-redis
- name: "REDIS_HOST"
value: {{ .Values.env.REDIS_HOST }}
ports:

@ -9,7 +9,7 @@ image:
repository: amukanov/boringplace
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: 9666bd07ad57b22450b4818769f40273219c398e
tag: 79835740c9a19e9570aa9d476d853ec05cf6246b
imagePullSecrets: []
nameOverride: ""

Loading…
Cancel
Save