Skip to content
Snippets Groups Projects
Commit 3d3b8724 authored by Jason Plum's avatar Jason Plum :coffee:
Browse files

Merge branch 'standardize-gitlab-shell-schema-entry' into 'master'

Use standard schema format for GitLab Shell Image

See merge request charts/deploy-image-helm-base!47
parents f64c1b48 cc69ae2c
No related branches found
No related tags found
1 merge request!47Use standard schema format for GitLab Shell Image
Pipeline #45574211 passed
...@@ -14,9 +14,9 @@ properties: ...@@ -14,9 +14,9 @@ properties:
type: string type: string
default: 'example.local' default: 'example.local'
pattern: '^(([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$' pattern: '^(([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$'
image: gitlabShellImage:
type: string type: string
default: $REGISTRY:$TAG default: $REGISTRY/gitlab-shell:$TAG
x-google-marketplace: x-google-marketplace:
type: IMAGE type: IMAGE
image: image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment