-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update Core Operator chart from latest version internally
Signed-off-by: GitHub <[email protected]>
- Loading branch information
1 parent
ab9357a
commit 2e97fc5
Showing
12 changed files
with
96 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ apiVersion: v2 | |
name: core-crd | ||
description: A Helm chart for Kubernetes | ||
type: application | ||
version: 2.1.2 | ||
appVersion: "v2.1.1" | ||
version: 2.2.0 | ||
appVersion: "v2.2.0" | ||
maintainers: | ||
- name: Calyptia | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
suite: Test core crd | ||
release: | ||
namespace: test | ||
templates: | ||
- pipelines.yaml | ||
|
||
tests: | ||
- it: checks kind | ||
set: | ||
pipelineServiceType: ClusterIP | ||
asserts: | ||
- isKind: | ||
of: CustomResourceDefinition | ||
- equal: | ||
path: spec.versions[0].schema.openAPIV3Schema.properties.spec.properties.ports.items.properties.serviceType.default | ||
value: ClusterIP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ images: | |
tag: 0.0.7 | ||
pullSecrets: [] | ||
cloudUrl: https://cloud-api.calyptia.com | ||
pipelineServiceType: LoadBalancer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ description: Calyptia Core Instance chart | |
home: https://calyptia.com/products/core/ | ||
icon: https://storage.googleapis.com/calyptia_public_resources_bucket/logo-darkmode.svg | ||
type: application | ||
version: 2.1.2 | ||
appVersion: "v2.1.1" | ||
version: 2.2.0 | ||
appVersion: "v2.2.0" | ||
maintainers: | ||
- name: Calyptia | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ tests: | |
cloudUrl: test_url | ||
coreInstance: ci-1234 | ||
cloudToken: xxx | ||
calyptiaAnnotations: "test=1234,nope=4321" | ||
images: | ||
fromCloud: | ||
registry: custom.io | ||
|
@@ -107,6 +108,11 @@ tests: | |
value: | ||
value: custom.io/test/ingestcheck:1.2.3 | ||
name: INGEST_CHECK_IMAGE | ||
- equal: | ||
path: spec.template.spec.containers[0].env[12] | ||
value: | ||
value: test=1234,nope=4321 | ||
name: ANNOTATIONS | ||
|
||
# To Cloud | ||
- equal: | ||
|
@@ -139,3 +145,49 @@ tests: | |
value: | ||
value: "true" | ||
name: NO_TLS_VERIFY | ||
- it: checks annotations | ||
set: | ||
coreInstance: ci-1234 | ||
cloudToken: xxx | ||
calyptiaAnnotations: "test=1234,nope=test" | ||
asserts: | ||
- equal: | ||
path: spec.template.spec.containers[0].env[12] | ||
value: | ||
value: test=1234,nope=test | ||
name: ANNOTATIONS | ||
- it: checks annotations white space | ||
set: | ||
coreInstance: ci-1234 | ||
cloudToken: xxx | ||
calyptiaAnnotations: "test=some three words,nope=two words" | ||
asserts: | ||
- equal: | ||
path: spec.template.spec.containers[0].env[12] | ||
value: | ||
value: test=some three words,nope=two words | ||
name: ANNOTATIONS | ||
- it: checks annotations special char | ||
set: | ||
coreInstance: ci-1234 | ||
cloudToken: xxx | ||
calyptiaAnnotations: "[email protected],nope=two words" | ||
asserts: | ||
- equal: | ||
path: spec.template.spec.containers[0].env[12] | ||
value: | ||
value: [email protected],nope=two words | ||
name: ANNOTATIONS | ||
- it: checks annotations special char | ||
set: | ||
coreInstance: ci-1234 | ||
cloudToken: xxx | ||
calyptiaAnnotations: "myspecial/annotation='this has spaces'" | ||
asserts: | ||
- equal: | ||
path: spec.template.spec.containers[0].env[12] | ||
value: | ||
value: myspecial/annotation='this has spaces' | ||
name: ANNOTATIONS | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ description: Calyptia Core Operator chart | |
home: https://calyptia.com/products/core/ | ||
icon: https://storage.googleapis.com/calyptia_public_resources_bucket/logo-darkmode.svg | ||
type: application | ||
version: 2.1.2 | ||
appVersion: "v2.1.1" | ||
version: 2.2.0 | ||
appVersion: "v2.2.0" | ||
maintainers: | ||
- name: Calyptia | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters