Skip to content

Commit

Permalink
Merge branch 'main' into helm-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Dec 28, 2024
2 parents e99feb3 + 8db2b76 commit 6441f64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
- name: Install Helm chart and run Helm tests
run: |
if [ -f $CHART_DIRECTORY/.setup.yaml ]; then
kubectl apply -f $CHART_DIRECTORY/.setup.yaml
sleep 5
fi
release_name=$(yq .name $CHART_DIRECTORY/Chart.yaml)
kubectl create ns operator-system
helm -n operator-system upgrade -i $release_name --wait --timeout 5m $CHART_DIRECTORY
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: dns-masquerading-operator
description: A Helm chart for https://github.com/sap/dns-masquerading-operator
type: application
version: 0.1.47
appVersion: v0.1.46
version: 0.1.48
appVersion: v0.1.47
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dns-masquerading-operator

![Version: 0.1.47](https://img.shields.io/badge/Version-0.1.47-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.46](https://img.shields.io/badge/AppVersion-v0.1.46-informational?style=flat-square)
![Version: 0.1.48](https://img.shields.io/badge/Version-0.1.48-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.47](https://img.shields.io/badge/AppVersion-v0.1.47-informational?style=flat-square)

A Helm chart for https://github.com/sap/dns-masquerading-operator

Expand Down

0 comments on commit 6441f64

Please sign in to comment.