Skip to content

Commit

Permalink
Update image tag
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jul 25, 2024
1 parent 5cc7fa6 commit df9cfb2
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/dbgate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: dbgate
description: DBGate Helm chart for Kubernetes
type: application
version: v2024.4.27
appVersion: v2024.4.27
appVersion: 5.3.1
home: https://dbgate.org
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/dbgate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following table lists the configurable parameters of the `dbgate` chart and
| replicaCount | | <code>1</code> |
| image.repository | | <code>"dbgate/dbgate"</code> |
| image.pullPolicy | | <code>Always</code> |
| image.tag | Overrides the image tag whose default is the chart appVersion. | <code>"alpine"</code> |
| image.tag | Overrides the image tag whose default is the chart appVersion. | <code>"5.3.1-alpine"</code> |
| imagePullSecrets | | <code>[]</code> |
| nameOverride | | <code>""</code> |
| fullnameOverride | | <code>""</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/dbgate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ image:
repository: "dbgate/dbgate"
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "alpine"
tag: "5.3.1-alpine"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/pgadmin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pgadmin
description: pgAdmin Helm chart for Kubernetes
type: application
version: v2024.4.27
appVersion: v2024.4.27
appVersion: "8.9"
home: https://www.pgadmin.org
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/pgadmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following table lists the configurable parameters of the `pgadmin` chart and
| replicaCount | | <code>1</code> |
| image.repository | | <code>"dpage/pgadmin4"</code> |
| image.pullPolicy | | <code>Always</code> |
| image.tag | Overrides the image tag whose default is the chart appVersion. | <code>"latest"</code> |
| image.tag | Overrides the image tag whose default is the chart appVersion. | <code>""</code> |
| imagePullSecrets | | <code>[]</code> |
| nameOverride | | <code>""</code> |
| fullnameOverride | | <code>""</code> |
Expand All @@ -65,7 +65,7 @@ The following table lists the configurable parameters of the `pgadmin` chart and
| serviceAccount.name | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | <code>""</code> |
| podAnnotations | | <code>{}</code> |
| podSecurityContext | | <code>{}</code> |
| securityContext | | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}</code> |
| securityContext | | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":5050,"seccompProfile":{"type":"RuntimeDefault"}}</code> |
| service.type | | <code>ClusterIP</code> |
| service.port | | <code>80</code> |
| resources | | <code>{}</code> |
Expand Down
4 changes: 2 additions & 2 deletions charts/pgadmin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ image:
repository: "dpage/pgadmin4"
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: ""

imagePullSecrets: []
nameOverride: ""
Expand All @@ -48,7 +48,7 @@ securityContext: # +doc-gen:break
drop: ["ALL"]
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 65534
runAsUser: 5050
seccompProfile:
type: RuntimeDefault

Expand Down
2 changes: 1 addition & 1 deletion charts/phpmyadmin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: phpmyadmin
description: phpMyAdmin Helm chart for Kubernetes
type: application
version: v2024.4.27
appVersion: v2024.4.27
appVersion: 5.2.1
home: https://www.phpmyadmin.net
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/phpmyadmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following table lists the configurable parameters of the `phpmyadmin` chart
| replicaCount | | <code>1</code> |
| image.repository | | <code>"phpmyadmin"</code> |
| image.pullPolicy | | <code>Always</code> |
| image.tag | Overrides the image tag whose default is the chart appVersion. | <code>"latest"</code> |
| image.tag | Overrides the image tag whose default is the chart appVersion. | <code>""</code> |
| imagePullSecrets | | <code>[]</code> |
| nameOverride | | <code>""</code> |
| fullnameOverride | | <code>""</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/phpmyadmin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ image:
repository: "phpmyadmin"
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: ""

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit df9cfb2

Please sign in to comment.