Skip to content

Commit

Permalink
upload 3.3.1.tgz and update index
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Jan 15, 2025
2 parents 435cbb4 + 4ad6c1d commit a35b1f6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ entries:
- apiVersion: v1
created: "2024-06-21T11:50:48.19443738Z"
description: Open Source Serverless Computing for Data-Processing Applications
digest: 8fb34d050a21a74c4821b4440031bf33251843e7c469ec1c24df39dcb1191603
digest: ebdc0277716481dabfa40f63363c22408daefab7d158f76ace29fd3bde9e5078
home: https://grycap.github.io/oscar
icon: https://github.com/grycap/helm-charts/raw/master/icons/oscar.png
keywords:
Expand Down
Binary file modified docs/oscar-3.2.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion oscar/templates/oscar-additional-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ data:
images:
allowed_prefixes:
{{- range .Values.additionalConfig.allowedImagePrefix }}
- {{ . | title | quote}}
- {{ . | quote}}
{{- end }}
{{- end }}
17 changes: 17 additions & 0 deletions oscar/tests/oscar-additional-cm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
suite: test oscar deployment
templates:
- oscar-additional-cm.yaml
tests:
- name: test1
set:
additionalConfig.allowedImagePrefix: [grycap]
asserts:
- isKind:
of: ConfigMap
- equal:
path: data
value:
config.yaml: |-
images:
allowed_prefixes:
- "grycap"

0 comments on commit a35b1f6

Please sign in to comment.