diff --git a/.pipeline/config.yml b/.pipeline/config.yml new file mode 100644 index 0000000..5c9044a --- /dev/null +++ b/.pipeline/config.yml @@ -0,0 +1,2 @@ +general: + artifactId: 'cf-service-operator' diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..2515e88 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,3 @@ +@Library(['piper-lib', 'piper-lib-os', 'steampunk-lib']) _ + +sapPiperPipeline script: this, customDefaults: ['customDefaults.yml', 'customDefaultsHelmOnly.yml'] diff --git a/VERSION.txt b/VERSION.txt new file mode 100644 index 0000000..bd52db8 --- /dev/null +++ b/VERSION.txt @@ -0,0 +1 @@ +0.0.0 \ No newline at end of file diff --git a/chart/.helmignore b/cf-service-operator/.helmignore similarity index 100% rename from chart/.helmignore rename to cf-service-operator/.helmignore diff --git a/chart/Chart.yaml b/cf-service-operator/Chart.yaml similarity index 100% rename from chart/Chart.yaml rename to cf-service-operator/Chart.yaml diff --git a/chart/README.md b/cf-service-operator/README.md similarity index 100% rename from chart/README.md rename to cf-service-operator/README.md diff --git a/chart/crds/cf.cs.sap.com_clusterspaces.yaml b/cf-service-operator/crds/cf.cs.sap.com_clusterspaces.yaml similarity index 100% rename from chart/crds/cf.cs.sap.com_clusterspaces.yaml rename to cf-service-operator/crds/cf.cs.sap.com_clusterspaces.yaml diff --git a/chart/crds/cf.cs.sap.com_servicebindings.yaml b/cf-service-operator/crds/cf.cs.sap.com_servicebindings.yaml similarity index 100% rename from chart/crds/cf.cs.sap.com_servicebindings.yaml rename to cf-service-operator/crds/cf.cs.sap.com_servicebindings.yaml diff --git a/chart/crds/cf.cs.sap.com_serviceinstances.yaml b/cf-service-operator/crds/cf.cs.sap.com_serviceinstances.yaml similarity index 100% rename from chart/crds/cf.cs.sap.com_serviceinstances.yaml rename to cf-service-operator/crds/cf.cs.sap.com_serviceinstances.yaml diff --git a/chart/crds/cf.cs.sap.com_spaces.yaml b/cf-service-operator/crds/cf.cs.sap.com_spaces.yaml similarity index 100% rename from chart/crds/cf.cs.sap.com_spaces.yaml rename to cf-service-operator/crds/cf.cs.sap.com_spaces.yaml diff --git a/chart/templates/_helpers.tpl b/cf-service-operator/templates/_helpers.tpl similarity index 100% rename from chart/templates/_helpers.tpl rename to cf-service-operator/templates/_helpers.tpl diff --git a/chart/templates/deployment.yaml b/cf-service-operator/templates/deployment.yaml similarity index 100% rename from chart/templates/deployment.yaml rename to cf-service-operator/templates/deployment.yaml diff --git a/chart/templates/pdb.yaml b/cf-service-operator/templates/pdb.yaml similarity index 100% rename from chart/templates/pdb.yaml rename to cf-service-operator/templates/pdb.yaml diff --git a/chart/templates/rbac.yaml b/cf-service-operator/templates/rbac.yaml similarity index 100% rename from chart/templates/rbac.yaml rename to cf-service-operator/templates/rbac.yaml diff --git a/chart/templates/service.yaml b/cf-service-operator/templates/service.yaml similarity index 100% rename from chart/templates/service.yaml rename to cf-service-operator/templates/service.yaml diff --git a/chart/templates/webhook.yaml b/cf-service-operator/templates/webhook.yaml similarity index 100% rename from chart/templates/webhook.yaml rename to cf-service-operator/templates/webhook.yaml diff --git a/chart/values.yaml b/cf-service-operator/values.yaml similarity index 93% rename from chart/values.yaml rename to cf-service-operator/values.yaml index 6b0206e..e110ff8 100644 --- a/chart/values.yaml +++ b/cf-service-operator/values.yaml @@ -7,9 +7,9 @@ nameOverride: "" replicaCount: 1 image: # -- Image repository - repository: ghcr.io/sap/cf-service-operator + repository: abapcp-docker.common.repositories.cloud.sap/external-images/ghcr.io/sap/cf-service-operator # -- Image tag (defauls to .Chart.AppVersion) - tag: "" + tag: v0.4.10 # -- Image pull policy pullPolicy: IfNotPresent # -- Image pull secrets