Skip to content

Commit

Permalink
use azure helm
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Aug 10, 2023
1 parent 63b711a commit 86e723d
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,18 @@ jobs:
push: false
tags: ${{ env.ImageName }}:${{ env.ImageTag }}

- name: Deploy Redis Operator with Helm
uses: 'deliverybot/helm@v1'
- name: Set up Helm
uses: azure/setup-helm@v3.5
with:
release: redis-operator
namespace: ot-container
chart: ot-helm/redis-operator
repo: https://ot-container-kit.github.io/helm-charts/
values: |
redisOperator:
imageName: ${{ env.ImageName }}
imageTag: ${{ env.ImageTag }}
imagePullPolicy: Never
helm: helm3
version: v3.11.2

- name: Deploy Redis Operator with Helm
run: |
helm repo add ot-helm https://ot-container-kit.github.io/helm-charts/
helm repo update
helm install --create-namespace --namespace=ot-container redis-operator ot-helm/redis-operator \
--set redisOperator.imageName=${{ env.ImageName }} --set redisOperator.imageTag=${{ env.ImageTag }} \
--set redisOperator.imagePullPolicy=Never
- name: Install kuttl
run: |
Expand Down

0 comments on commit 86e723d

Please sign in to comment.