Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
GO_VERSION: ^1.20
HELM_VERSION: v3.6.3
HELM_VERSION: v3.11.2
REDIS_VERSION: 6.2.7
CRD_PATH: charts/operator-for-redis/crds/db.ibm.com_redisclusters.yaml
CRD_DIFF: crd.diff
Expand All @@ -26,7 +26,7 @@ jobs:
id: meta
with:
images: |
ibmcom/operator-for-redis
cinple/operator-for-redis
tags: type=ref,event=tag

- name: Login to DockerHub
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
id: meta
with:
images: |
ibmcom/node-for-redis
cinple/node-for-redis
tags: type=ref,event=tag

- name: Login to DockerHub
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
id: meta
with:
images: |
ibmcom/metrics-for-redis
cinple/metrics-for-redis
tags: type=ref,event=tag

- name: Login to DockerHub
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
run: |
git config --global user.email ""
git config --global user.name "Github Actions CI"
helm repo index helm-releases --url https://raw.githubusercontent.com/IBM/operator-for-redis-cluster/main/helm-releases
helm repo index helm-releases --url https://raw.githubusercontent.com/${{ github.repository }}/operator-for-redis-cluster/main/helm-releases
git add helm-releases/*
git commit -a -m "Release $OPERATOR_VERSION"
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} HEAD:main
Expand Down