Skip to content

Commit

Permalink
INFRA-30645: Update repo for mysql/postgers client helper images
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmintel committed Jan 6, 2025
1 parent 2839b7f commit 4909ab1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions charts/standard-application-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v7.6.0] - 2025-0106
### Changed
- Use updated images for mysql/postgres client helpers

## [v7.5.3] - 2024-12-18
### Changed
- Add `argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true` to VerticalPodAutoscalers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
{{- end }}
containers:
- name: main
image: {{ .Values.mariadb.client.image | default "index.docker.io/mintel/k8s-mysqlclient:0.6.0" }}
image: {{ .Values.mariadb.client.image | default "551844124467.dkr.ecr.${CLUSTER_REGION}.amazonaws.com/gitlab/mintel/satoshi/tools/k8s-mysqlclient:v0.7.0" }}
imagePullPolicy: {{ .Values.image.pullPolicy | default "IfNotPresent" }}
env:
- name: KUBERNETES_POD_NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
{{- end }}
containers:
- name: main
image: {{ .Values.postgresql.client.image | default "index.docker.io/mintel/k8s-postgresclient:0.1.1" }}
image: {{ .Values.postgresql.client.image | default "551844124467.dkr.ecr.${CLUSTER_REGION}.amazonaws.com/gitlab/mintel/satoshi/tools/k8s-postgresclient:v0.2.0" }}
imagePullPolicy: {{ .Values.image.pullPolicy | default "IfNotPresent" }}
env:
- name: KUBERNETES_POD_NAMESPACE
Expand Down

0 comments on commit 4909ab1

Please sign in to comment.