Skip to content

Commit

Permalink
Merge pull request #20 from jouve/extra
Browse files Browse the repository at this point in the history
[extra] bump bitnami/common
  • Loading branch information
jouve authored Sep 9, 2023
2 parents 78d9770 + a083478 commit 8c6af7a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/extra/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.9.0
digest: sha256:79214ee1797422ecbe045584630381194bf225ce0545acc0a07b6fc874ce8aad
generated: "2023-08-22T17:38:36.997994+02:00"
version: 2.10.1
digest: sha256:3f8cae6c1c6625ed483dbccffae6e274006e5bb3d79b2f1abba15c765d2b6a04
generated: "2023-09-09T11:46:47.435559095+02:00"
2 changes: 1 addition & 1 deletion charts/extra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: extra
description: Deploy a list of Kubernetes resources as a release
type: application
version: 0.1.3
version: 0.2.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
2 changes: 1 addition & 1 deletion charts/extra/ci/configmap-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ extraDeploy:
annotations: {{- include "common.tplvalues.render" ( dict "value" . "context" $ ) | nindent 4 }}
{{- end }}
data:
foo: bar
toto: tutu
12 changes: 12 additions & 0 deletions charts/extra/values.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"title": "Chart Values",
"type": "object",
"properties": {
"extraDeploy": {
"type": "array",
"description": "Array of extra objects to deploy with the release",
"default": [],
"items": {}
}
}
}

0 comments on commit 8c6af7a

Please sign in to comment.