Skip to content

Conversation

@bobpattersonjr
Copy link
Contributor

@bobpattersonjr bobpattersonjr commented Feb 21, 2024

Update Image Tag in Helm Chart

Purpose

The purpose of this change is to update the Docker image tag reference in our Helm chart to ensure our deployments are using the latest available image.

Description

This pull request includes a single change in the values.yaml file where the image tag is modified from latest-v2 to latest. The latest-v2 tag was previously used for images tied to Ruby 2.x. As we move forward, we will be using the latest tag, which should refer to the newest version of our image, allowing us to keep our application up-to-date with the latest features and security patches.

The change summary is as follows:

diff --git a/values.yaml b/values.yaml
index cae24b5..0fe89e2 100644
--- a/values.yaml
+++ b/values.yaml
@@ -6 +6 @@ image:
-  tag: "latest-v2"
+  tag: "latest"

This reflects our efforts to streamline our image tagging process and ensure our deployments are based on the most current and stable releases.

@bobpattersonjr bobpattersonjr marked this pull request as ready for review February 21, 2024 18:40
@bobpattersonjr bobpattersonjr merged commit 2cff36b into main Feb 21, 2024
@bobpattersonjr bobpattersonjr deleted the update_version branch February 21, 2024 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants