1111 replicaCount : 2
1212
1313 image :
14- repository : hellofresh/kangal
14+ repository : ghcr.io/ hellofresh/kangal
1515 tag : latest
1616 pullPolicy : Always
1717
3333 hosts :
3434 http : kangal-proxy.example.com
3535
36- resources : {}
36+ resources :
37+ {}
3738 # We usually recommend not to specify default resources and to leave this as a conscious
3839 # choice for the user. This also increases chances charts run on environments with little
3940 # resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -89,7 +90,7 @@ controller:
8990 replicaCount : 1
9091
9192 image :
92- repository : hellofresh/kangal
93+ repository : ghcr.io/ hellofresh/kangal
9394 tag : latest
9495 pullPolicy : Always
9596
@@ -107,7 +108,8 @@ controller:
107108 containerPorts :
108109 http : 8080
109110
110- resources : {}
111+ resources :
112+ {}
111113 # We usually recommend not to specify default resources and to leave this as a conscious
112114 # choice for the user. This also increases chances charts run on environments with little
113115 # resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -187,11 +189,11 @@ configMap:
187189 AWS_ENDPOINT_URL : s3.us-east-1.amazonaws.com
188190 AWS_BUCKET_NAME : my-bucket
189191 AWS_USE_HTTPS : " false"
190- GHZ_IMAGE_NAME : hellofresh/kangal-ghz
192+ GHZ_IMAGE_NAME : ghcr.io/ hellofresh/kangal-ghz
191193 GHZ_IMAGE_TAG : latest
192- JMETER_MASTER_IMAGE_NAME : hellofresh/kangal-jmeter- master
194+ JMETER_MASTER_IMAGE_NAME : ghcr.io/ hellofresh/kangal-jmeter/ master
193195 JMETER_MASTER_IMAGE_TAG : latest
194- JMETER_WORKER_IMAGE_NAME : hellofresh/kangal-jmeter- worker
196+ JMETER_WORKER_IMAGE_NAME : ghcr.io/ hellofresh/kangal-jmeter/ worker
195197 JMETER_WORKER_IMAGE_TAG : latest
196198 LOCUST_IMAGE_NAME : locustio/locust
197199 LOCUST_IMAGE_TAG : " 1.3.0"
0 commit comments