Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix label of volumeClaimTemplates for MC #412

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
python-version: 3.7

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: Add values.yaml for testing
run: |
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

- name: Test Charts
run: |
ct install --config ${GITHUB_WORKSPACE}/test/ct.yaml
ct install --config ${GITHUB_WORKSPACE}/test/ct.yaml --helm-extra-args '--timeout 10m'

- name: Delete GKE cluster
if: always()
Expand Down
2 changes: 1 addition & 1 deletion stable/hazelcast-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: hazelcast-enterprise
version: 3.11.0
version: 3.11.1
appVersion: "4.2.4"
kubeVersion: ">=1.14.0-0"
description: Hazelcast IMDG Enterprise is the most widely used in-memory data grid with hundreds of thousands of installed clusters around the world. It offers caching solutions ensuring that data is in the right place when it’s needed for optimal performance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ spec:
name: mancenter-storage
labels:
app.kubernetes.io/name: {{ template "mancenter.name" . }}
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
app.kubernetes.io/instance: "{{ .Release.Name }}"
app.kubernetes.io/managed-by: "{{ .Release.Service }}"
spec:
accessModes:
Expand Down
3 changes: 1 addition & 2 deletions test/ct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
remote: hazelcast
target-branch: 4.2.z
chart-dirs:
- stable
helm-extra-args: --timeout 10m
- stable
Loading