Skip to content

Commit

Permalink
fix(pgweb): fix incorrect version (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Aug 2, 2023
1 parent dc8812a commit 119b14c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/kontinuous/tests/__snapshots__/pgweb.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ spec:
containers:
- name: pgweb
securityContext: {}
image: sosedoff/pgweb:v0.14.1
image: sosedoff/pgweb:0.14.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion packages/kontinuous/tests/__snapshots__/sample-1.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ spec:
containers:
- name: pgweb
securityContext: {}
image: sosedoff/pgweb:v0.14.1
image: sosedoff/pgweb:0.14.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ spec:
containers:
- name: pgweb
securityContext: {}
image: sosedoff/pgweb:v0.14.1
image: sosedoff/pgweb:0.14.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion packages/kontinuous/tests/__snapshots__/sample-1.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ spec:
containers:
- name: pgweb
securityContext: {}
image: sosedoff/pgweb:v0.14.1
image: sosedoff/pgweb:0.14.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion plugins/fabrique/charts/pgweb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pgweb:
~tpl~envFrom: "{{ toYaml .Values.envFrom | nindent 2 }}"
#env: "{{ toJson .Values.env }}"
image:
tag: v0.14.1
tag: 0.14.1
ingress:
enabled: true
~tpl~annotations: "{{ .Values.global.ingress.annotations | toJson }}"

0 comments on commit 119b14c

Please sign in to comment.