From 97e1328f15fdaccffde32872e56530845eb652d7 Mon Sep 17 00:00:00 2001 From: Kustomize Everything Date: Fri, 5 May 2023 21:34:45 +0000 Subject: [PATCH] Promote to env/dev --- GITHUB_EVENT_NAME: push GITHUB_JOB: action-open-pr-testing GITHUB_REF_URL: https://github.com/kustomize-everything/action-promote/tree/refs/heads/main GITHUB_REF: refs/heads/main GITHUB_REPOSITORY_URL: https://github.com/kustomize-everything/action-promote GITHUB_REPOSITORY: kustomize-everything/action-promote GITHUB_RUN_ID: 4897738650 GITHUB_RUN_NUMBER: 90 GITHUB_SHA_URL: https://github.com/kustomize-everything/action-promote/commit/898d8e50ea74f9ccd4764e2948e56b380f9c0174 GITHUB_SHA: 898d8e50ea74f9ccd4764e2948e56b380f9c0174 GITHUB_WORKFLOW_RUN_URL: https://github.com/kustomize-everything/action-promote/actions/runs/4897738650 IMAGES: nginx CHARTS: OVERLAYS: env/dev MANIFEST_JSON: {"env/dev":{"images":[{"name":"nginx","newName":"nginx","newTag":"1.25.0"}]}} --- env/dev/kustomization.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/env/dev/kustomization.yaml b/env/dev/kustomization.yaml index 8170a05e..af83bd20 100644 --- a/env/dev/kustomization.yaml +++ b/env/dev/kustomization.yaml @@ -5,15 +5,15 @@ resources: - ../../base/nginx images: -- name: nginx - newName: nginx - newTag: 1.0.1 - name: busybox newName: busybox-env-promote newTag: 1.1.2 +- name: nginx + newName: nginx + newTag: 1.25.0 helmCharts: - - name: kube-prometheus-stack - repo: https://prometheus-community.github.io/helm-charts - releaseName: prometheus - version: 42.0.0 +- name: kube-prometheus-stack + releaseName: prometheus + repo: https://prometheus-community.github.io/helm-charts + version: 42.0.0