Skip to content

Commit 089c624

Browse files
Removed banner and updating helm repo
1 parent 68e1ed9 commit 089c624

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
- name: verify published chart version
7676
run: |
7777
helm repo add oci-provider ${{ vars.HELM_CHARTS_REPO }}/charts
78+
helm repo update oci-provider
7879
PUBLISHED_CHART_VERSION=`helm search repo oci-provider/oci-secrets-store-csi-driver-provider | grep ^oci | awk '{print $2}'`
7980
LOCAL_CHART_VERSION=`grep "^version: " charts/oci-secrets-store-csi-driver-provider/Chart.yaml | sed -e "s/version: //"`
8081
echo "PUBLISHED_CHART_VERSION=$PUBLISHED_CHART_VERSION"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://github.com/oracle-samples/oci-secrets-store-csi-driver-provider/blob/main/images/unavailability_banner.png)
1+
<!-- ![](https://github.com/oracle-samples/oci-secrets-store-csi-driver-provider/blob/main/images/unavailability_banner.png) -->
22
# OCI Secrets Store CSI Driver Provider
33

44
Provider for OCI Vault allows you to get secrets stored in OCI Vault and mount them into Kubernetes pods via the [Secrets Store CSI driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver).

0 commit comments

Comments
 (0)