Skip to content

Commit

Permalink
Merge pull request #1 from a4cli/ABAPCPDATA-816-productize-cf-service…
Browse files Browse the repository at this point in the history
…-operator

ABAPCPDATA-816-productize-cf-service-operator
  • Loading branch information
a-salnikov authored and GitHub Enterprise committed Mar 22, 2024
2 parents 1ff10f8 + 4523bd3 commit 25c35f1
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .pipeline/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
general:
artifactId: 'cf-service-operator'
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@Library(['piper-lib', 'piper-lib-os', 'steampunk-lib']) _

sapPiperPipeline script: this, customDefaults: ['customDefaults.yml', 'customDefaultsHelmOnly.yml']
1 change: 1 addition & 0 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions chart/values.yaml → cf-service-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25c35f1

Please sign in to comment.