Skip to content

Commit

Permalink
helm: update version in deployment.yaml (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
prasunna09 authored Apr 3, 2024
1 parent b85d4c4 commit 86dada6
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/incubator/hyperswitch-app/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
export ADDRESS_CREATED=$(kubectl get ingress -n {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
if [ -z "$ADDRESS_CREATED" ]
then
kubectl port-forward deployment/hyperswitch-server-v1o52o1v2 8080:8080 -n {{ .Release.Namespace }} & \
kubectl port-forward deployment/hyperswitch-control-center-0f746cb72517 9000:9000 -n {{ .Release.Namespace }} & \
kubectl port-forward deployment/hyperswitch-server-v1o107o0 8080:8080 -n {{ .Release.Namespace }} & \
kubectl port-forward deployment/hyperswitch-control-center-v1o29o9 9000:9000 -n {{ .Release.Namespace }} & \
echo "======================================================"
echo "** App server running on: http://localhost:8080 **"
echo "** Control center running on: http://localhost:9000 **"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
{{- with (default .Values.application.global.annotations .Values.application.consumer.annotations) }}
{{- toYaml . | nindent 4 }}
{{- end }}
name: hyperswitch-consumer-v1o47o0ohotfixo3
name: hyperswitch-consumer-v1o107o0
namespace: {{ .Release.Namespace }}
spec:
progressDeadlineSeconds: {{ default .Values.application.global.progressDeadlineSeconds .Values.application.consumer.progressDeadlineSeconds }}
Expand All @@ -14,7 +14,7 @@ spec:
selector:
matchLabels:
app: {{ .Values.application.consumer.labels.app }}
version: consumer-v1o47o0ohotfixo3
version: consumer-v1o107o0
strategy:
{{- with (default .Values.application.global.strategy .Values.application.consumer.strategy) }}
{{- toYaml . | nindent 4 }}
Expand All @@ -29,7 +29,7 @@ spec:
checksum/misc-config: {{ include (print $.Template.BasePath "/misc/configmap.yaml") . | sha256sum }}
labels:
app: {{ .Values.application.consumer.labels.app }}
version: consumer-v1o47o0ohotfixo3
version: consumer-v1o107o0
spec:
affinity:
nodeAffinity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
{{- with (default .Values.application.global.annotations .Values.application.controlCenter.annotations) }}
{{- toYaml . | nindent 4 }}
{{- end }}
name: hyperswitch-control-center-0f746cb72517
name: hyperswitch-control-center-v1o29o9
namespace: {{ .Release.Namespace }}
spec:
progressDeadlineSeconds: {{ default .Values.application.global.progressDeadlineSeconds .Values.application.controlCenter.progressDeadlineSeconds }}
Expand All @@ -14,7 +14,7 @@ spec:
selector:
matchLabels:
app: {{ .Values.application.controlCenter.labels.app }}
version: 0f746cb72517
version: v1o29o9
strategy:
{{- with (default .Values.application.global.strategy .Values.application.controlCenter.strategy) }}
{{- toYaml . | nindent 4 }}
Expand All @@ -23,7 +23,7 @@ spec:
metadata:
labels:
app: {{ .Values.application.controlCenter.labels.app }}
version: 0f746cb72517
version: v1o29o9
spec:
affinity:
nodeAffinity:
Expand Down
4 changes: 2 additions & 2 deletions charts/incubator/hyperswitch-app/templates/misc/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: hyperswitch-server-v1o52o1v2
name: hyperswitch-server-v1o107o0
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: hyperswitch-server-v1o52o1v2
name: hyperswitch-server-v1o107o0
minReplicas: 3
maxReplicas: 5
metrics:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
{{- with (default .Values.application.global.annotations .Values.application.producer.annotations) }}
{{- toYaml . | nindent 4 }}
{{- end }}
name: hyperswitch-producer-b03005fv1
name: hyperswitch-producer-v1o107o0
namespace: {{ .Release.Namespace }}
spec:
progressDeadlineSeconds: {{ default .Values.application.global.progressDeadlineSeconds .Values.application.producer.progressDeadlineSeconds }}
Expand All @@ -14,7 +14,7 @@ spec:
selector:
matchLabels:
app: {{ .Values.application.producer.labels.app }}
version: b03005fv1
version: v1o107o0
strategy:
{{- with (default .Values.application.global.strategy .Values.application.producer.strategy) }}
{{- toYaml . | nindent 4 }}
Expand All @@ -23,7 +23,7 @@ spec:
metadata:
labels:
app: {{ .Values.application.producer.labels.app }}
version: b03005fv1
version: v1o107o0
annotations:
checksum/producer-config: {{ include (print $.Template.BasePath "/producer/configmap.yaml") . | sha256sum }}
checksum/producer-secret: {{ include (print $.Template.BasePath "/producer/secret.yaml") . | sha256sum }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
{{- with (default .Values.application.global.annotations .Values.application.server.annotations) }}
{{- toYaml . | nindent 4 }}
{{- end }}
name: hyperswitch-server-v1o52o1v2
name: hyperswitch-server-v1o107o0
namespace: {{ .Release.Namespace }}
spec:
progressDeadlineSeconds: {{ default .Values.application.global.progressDeadlineSeconds .Values.application.server.progressDeadlineSeconds }}
Expand All @@ -14,7 +14,7 @@ spec:
selector:
matchLabels:
app: {{ .Values.application.server.labels.app }}
version: v1o52o1v2
version: v1o107o0
strategy:
{{- with (default .Values.application.global.strategy .Values.application.server.strategy) }}
{{- toYaml . | nindent 4 }}
Expand All @@ -30,7 +30,7 @@ spec:
checksum/misc-config: {{ include (print $.Template.BasePath "/misc/configmap.yaml") . | sha256sum }}
labels:
app: {{ .Values.application.server.labels.app }}
version: v1o52o1v2
version: v1o107o0
spec:
affinity:
nodeAffinity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
generation: 1
name: {{ .Values.sdkDemo.labels.app }}-0f746cb72517
name: {{ .Values.sdkDemo.labels.app }}-v1o29o9
namespace: {{ .Release.Namespace }}
spec:
progressDeadlineSeconds: {{ .Values.sdkDemo.progressDeadlineSeconds}}
Expand All @@ -15,7 +15,7 @@ spec:
selector:
matchLabels:
app: {{ .Values.sdkDemo.labels.app }}
version: 0f746cb72517
version: v1o29o9
strategy:
{{- with .Values.sdkDemo.strategy }}
{{- toYaml . | nindent 4 }}
Expand All @@ -25,7 +25,7 @@ spec:
creationTimestamp: null
labels:
app: {{ .Values.sdkDemo.labels.app }}
version: 0f746cb72517
version: v1o29o9
spec:
affinity:
nodeAffinity:
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/incubator/hyperswitch-stack/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
export ADDRESS_CREATED=$(kubectl get ingress -n {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
if [ -z "$ADDRESS_CREATED" ]
then
kubectl port-forward deployment/hyperswitch-server-v1o52o1v2 8080:8080 -n {{ .Release.Namespace }} & \
kubectl port-forward deployment/hyperswitch-control-center-0f746cb72517 9000:9000 -n {{ .Release.Namespace }} & \
kubectl port-forward deployment/hyperswitch-server-v1o107o0 8080:8080 -n {{ .Release.Namespace }} & \
kubectl port-forward deployment/hyperswitch-control-center-v1o29o9 9000:9000 -n {{ .Release.Namespace }} & \
kubectl port-forward service/{{ .Release.Name }}-hyperswitchsdk 9090:9090 -n {{ .Release.Namespace }} & \
echo "======================================================"
echo "** App server running on: http://localhost:8080 **"
Expand Down

0 comments on commit 86dada6

Please sign in to comment.