From c6a0bbe93034c7c56137c89c3a964561d7de1b3a Mon Sep 17 00:00:00 2001 From: "Randal S. Harisch" Date: Tue, 26 Sep 2023 15:57:32 -0600 Subject: [PATCH] chore: removed latest from tag --- notification/Chart.yaml | 2 +- notification/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notification/Chart.yaml b/notification/Chart.yaml index 4d0358d..648ca46 100644 --- a/notification/Chart.yaml +++ b/notification/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.16" +appVersion: "0.1.116" diff --git a/notification/values.yaml b/notification/values.yaml index 71c6ff8..6a43a6f 100644 --- a/notification/values.yaml +++ b/notification/values.yaml @@ -9,7 +9,7 @@ image: pullPolicy: Always pullSecret: goghvideo-openshift-builder-pull-secret # Overrides the image tag whose default is the chart appVersion. - tag: "latest" + tag: "" nameOverride: "" fullnameOverride: ""