Skip to content

Commit

Permalink
Merge pull request #139 from Calcagiara/changelogBump
Browse files Browse the repository at this point in the history
Changelog bump
  • Loading branch information
ffais authored Nov 20, 2024
2 parents 34abb1e + 2506e8e commit 2e8d6d3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 150 deletions.
6 changes: 3 additions & 3 deletions charts/digitalhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ maintainers:
url: https://github.com/ffais
- name: calcagiara
url: https://github.com/Calcagiara
version: "0.9.0-beta3"
version: "0.9.0-beta4"
appVersion: "0.9.0"
dependencies:
- name: apigw-operator
Expand All @@ -19,7 +19,7 @@ dependencies:
repository: https://helm.coder.com/v2
condition: coder.enabled
- name: core
version: "0.2.18"
version: "0.2.19"
repository: https://scc-digitalhub.github.io/digitalhub/
condition: core.enabled
- name: kubernetes-resource-manager
Expand All @@ -35,7 +35,7 @@ dependencies:
repository: "https://helm.twun.io"
condition: docker-registry.enabled
- name: ext-postgres-operator
version: "1.2.5"
version: "1.2.6"
repository: https://scc-digitalhub.github.io/digitalhub/
condition: ext-postgres-operator.enabled
- name: kubeflow-pipelines
Expand Down
Binary file removed charts/digitalhub/confs/dremio/dremio-backup.tar
Binary file not shown.
68 changes: 0 additions & 68 deletions charts/digitalhub/confs/tests/python-test/python-test-container.py

This file was deleted.

79 changes: 0 additions & 79 deletions charts/digitalhub/confs/tests/python-test/python-test-dbt.py

This file was deleted.

4 changes: 4 additions & 0 deletions charts/digitalhub/templates/oauth2-proxy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ spec:
secretKeyRef:
name: {{ $value.existingSecret.name }}
key: {{ $value.existingSecret.secretKey }}
{{- if $value.resources }}
resources:
{{- toYaml $value.resources | nindent 12 }}
{{- end }}
---
{{- end }}
{{- end }}
1 change: 1 addition & 0 deletions charts/digitalhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ oauth2-proxy:
name: ""
clientId: ""
secretKey: ""
resources: {}

dashboard:
replicaCount: 1
Expand Down

0 comments on commit 2e8d6d3

Please sign in to comment.