Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2cbd2bbf6 | ||
|
|
5cad1d1841 | ||
|
|
b65574f615 | ||
|
|
6f54f10427 |
@@ -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:
|
||||
|
||||
+1
-1
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user