Skip to content

Commit

Permalink
Merge branch 'master' into oscar2
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez authored Jan 15, 2025
2 parents 68e3e3f + 4ad6c1d commit 1f125b8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@ entries:
- https://grycap.github.io/helm-charts/IM-1.0.0.tgz
version: 1.0.0
oscar:
- apiVersion: v1
created: "2024-06-21T11:50:48.19443738Z"
- apiVersion: v1
created: "2024-07-26T10:56:03.534080116Z"
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 1f125b8

Please sign in to comment.