Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Jul 1, 2024
1 parent 12942a3 commit e3d1a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-helm-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
env:
HELM_USER: ${{secrets.KOTS_HELM_USER_PROD}}
HELM_PASS: ${{secrets.KOTS_HELM_PASS_PROD}}
HELM_REGISTRY: registry.replicated.com
CHART_VERSION: ${{steps.tag.outputs.tag}}
run: |
export OPERATOR_IMAGE_NAME=registry.replicated.com/library/embedded-cluster-operator-image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-helm-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
env:
HELM_USER: ${{secrets.KOTS_HELM_USER_STAGING}}
HELM_PASS: ${{secrets.KOTS_HELM_PASS_STAGING}}
HELM_REGISTRY: registry.staging.replicated.com
CHART_VERSION: ${{steps.tag.outputs.tag}}
run: |
export OPERATOR_IMAGE_NAME=registry.staging.replicated.com/library/embedded-cluster-operator-image
Expand Down

0 comments on commit e3d1a44

Please sign in to comment.