Skip to content

Commit

Permalink
Removed banner and updating helm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rajashekhargundeti committed May 17, 2023
1 parent 4693339 commit 31c8ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- name: verify published chart version
run: |
helm repo add oci-provider ${{ vars.HELM_CHARTS_REPO }}/charts
helm repo update oci-provider
PUBLISHED_CHART_VERSION=`helm search repo oci-provider/oci-secrets-store-csi-driver-provider | grep ^oci | awk '{print $2}'`
LOCAL_CHART_VERSION=`grep "^version: " charts/oci-secrets-store-csi-driver-provider/Chart.yaml | sed -e "s/version: //"`
echo "PUBLISHED_CHART_VERSION=$PUBLISHED_CHART_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](https://github.com/oracle-samples/oci-secrets-store-csi-driver-provider/blob/main/images/unavailability_banner.png)
<!-- ![](https://github.com/oracle-samples/oci-secrets-store-csi-driver-provider/blob/main/images/unavailability_banner.png) -->
# OCI Secrets Store CSI Driver Provider

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).
Expand Down

0 comments on commit 31c8ebc

Please sign in to comment.