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

chore(deep): update app version #48

Merged
merged 4 commits into from
Feb 8, 2024
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
get_index:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: gh-pages
- name: upload index
Expand All @@ -36,7 +36,7 @@ jobs:
needs: get_index
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: master
- run: pip install helm_mkdocs mkdocs-material
Expand All @@ -63,4 +63,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -19,7 +19,7 @@ jobs:
with:
version: v3.12.1

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Helm Lint
run: |
helm lint ${GITHUB_WORKSPACE}/charts/deep
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -20,7 +20,7 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
with:
config: cr.yaml
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
cp -f README.md ${{ runner.temp }}/README.md
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: gh-pages
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: helm plugin install https://github.com/helm-unittest/helm-unittest.git
- uses: actions/checkout@v4
- run: helm plugin install https://github.com/helm-unittest/helm-unittest.git --version 0.4.1
- name: Helm unittest
run: |
helm unittest -f unittests/*_test.yaml ${GITHUB_WORKSPACE}/charts/deep
Expand Down
7 changes: 7 additions & 0 deletions .idea/deep-helm.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions charts/deep-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.5
version: 1.0.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.4"
appVersion: "1.0.5"
maintainers:
- name: Ben Donnelly
email: [email protected]
4 changes: 2 additions & 2 deletions charts/deep/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.19
version: 1.0.20

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.4"
appVersion: "1.0.5"
icon: https://raw.githubusercontent.com/intergral/deep/master/docs/docs/images/logo/logo.svg
maintainers:
- name: Ben Donnelly
Expand Down
8 changes: 5 additions & 3 deletions charts/deep/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ spec:
name: deep-conf
- mountPath: /runtime-config
name: deep-runtime-conf
{{- if .Values.deep.persistence.enabled }}
- mountPath: /var/deep
name: storage
{{- end }}
{{- if .Values.metricsGenerator.enabled }}
- mountPath: /tmp
name: tmp
Expand Down Expand Up @@ -109,7 +107,11 @@ spec:
{{- if .Values.metricsGenerator.enabled }}
- name: tmp
emptyDir: {}
{{- end }}
{{- end }}
{{- if not .Values.deep.persistence.enabled }}
- name: storage
emptyDir: { }
{{- end }}
updateStrategy:
type: {{- toYaml .Values.deep.updateStrategy | nindent 6 }}
{{- if .Values.deep.persistence.enabled }}
Expand Down
1 change: 1 addition & 0 deletions charts/deep/unittests/serviceMonitor_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tests:
config:
clusterName: "fromconfig"
monitoring:
enabled: true
serviceMonitor:
clusterLabel: "labelfromconfig"
template: serviceMonitor.yaml
Expand Down
Loading