Skip to content

Commit

Permalink
Infra 30645: update rds helpers repo (#352)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
nabadger and nickmintel authored Jan 6, 2025
1 parent 2839b7f commit b53fa5f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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-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.
Expand Down
2 changes: 1 addition & 1 deletion charts/standard-application-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/standard-application-stack/README.md
Original file line number Diff line number Diff line change
@@ -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

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 b53fa5f

Please sign in to comment.