Skip to content

Commit

Permalink
Promote to env/dev
Browse files Browse the repository at this point in the history
  ---
  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: kustomize-everything/action-promote@898d8e5
  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"}]}}
  • Loading branch information
Kustomize Everything committed May 5, 2023
1 parent ccc397d commit 97e1328
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions env/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97e1328

Please sign in to comment.