From b53fa5ffd8c36dea97d004af182730ce6833e034 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 6 Jan 2025 14:34:48 +0000 Subject: [PATCH] Infra 30645: update rds helpers repo (#352) * INFRA-30645: Update repo for mysql/postgres client helper images * INFRA-30645: Update chart version * Fix docs with helm-docs * Fix typo in changelog --------- Co-authored-by: Nick --- charts/standard-application-stack/CHANGELOG.md | 4 ++++ charts/standard-application-stack/Chart.yaml | 2 +- charts/standard-application-stack/README.md | 2 +- .../templates/deployment-mysqlclient.yaml | 2 +- .../templates/deployment-postgresqlclient.yaml | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/charts/standard-application-stack/CHANGELOG.md b/charts/standard-application-stack/CHANGELOG.md index 2dff4900..8c5ba586 100644 --- a/charts/standard-application-stack/CHANGELOG.md +++ b/charts/standard-application-stack/CHANGELOG.md @@ -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-01-06 +### 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. diff --git a/charts/standard-application-stack/Chart.yaml b/charts/standard-application-stack/Chart.yaml index 0f13386c..6bec1eda 100644 --- a/charts/standard-application-stack/Chart.yaml +++ b/charts/standard-application-stack/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 7.5.3 +version: 7.6.0 dependencies: - name: redis diff --git a/charts/standard-application-stack/README.md b/charts/standard-application-stack/README.md index 66625fc0..3a62da0e 100644 --- a/charts/standard-application-stack/README.md +++ b/charts/standard-application-stack/README.md @@ -1,6 +1,6 @@ # standard-application-stack -![Version: 7.5.3](https://img.shields.io/badge/Version-7.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 7.6.0](https://img.shields.io/badge/Version-7.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A generic chart to support most common application requirements diff --git a/charts/standard-application-stack/templates/deployment-mysqlclient.yaml b/charts/standard-application-stack/templates/deployment-mysqlclient.yaml index 027c5474..2eac6e99 100644 --- a/charts/standard-application-stack/templates/deployment-mysqlclient.yaml +++ b/charts/standard-application-stack/templates/deployment-mysqlclient.yaml @@ -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 diff --git a/charts/standard-application-stack/templates/deployment-postgresqlclient.yaml b/charts/standard-application-stack/templates/deployment-postgresqlclient.yaml index 1836c860..ab601c50 100644 --- a/charts/standard-application-stack/templates/deployment-postgresqlclient.yaml +++ b/charts/standard-application-stack/templates/deployment-postgresqlclient.yaml @@ -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