--- apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease metadata: name: spinnaker namespace: cicd spec: chart: spec: chart: armory-spinnaker-operator reconcileStrategy: ChartVersion sourceRef: kind: HelmRepository name: armory version: 1.8.11 interval: 1m0s install: remediation: retries: 3 upgrade: remediation: retries: 3 values: spinnakerService: enabled: true spinnakerConfig: config: # version 2.31.0 maps to the 1.31.3 OSS release version: 2.31.0 persistentStorage: persistentStoreType: s3 # Spinnaker stores application and pipeline definitions here # Create an S3 bucket and provide the name here s3: bucket: ob-spinnaker-artifacts-dev rootFolder: front50 expose: # Kubernetes LoadBalancer type (service/ingress) # Only "service" is supported for now type: service service: type: LoadBalancer