--- charts-original/values.yaml +++ charts/values.yaml @@ -1,4 +1,14 @@ --- + +serviceAccount: + # Specifies whether a service account should be created + create: true + # Annotations to add to the service account + annotations: {} + # The name of the service account to use. + # If not set and create is true, a name is generated using the s3gw.fullname template + name: "" + # Ingress configuration. ingress: # 'enabled' will deploy an ingress resource to the cluster if set to `true`. @@ -12,7 +22,7 @@ tlsIssuer: "s3gw-issuer" # The email address you are planning to use for getting notifications # about your certificates. Fill this if you are using the 's3gw-letsencrypt-issuer'. -email: "mail@example.com" +email: "epinio@suse.com" # When not using cert-manager you have to manually specify # TLS certificate/key pairs for all the services. @@ -86,10 +96,11 @@ # --- Developer Options --- # # Image settings: -# imageRegistry: "quay.io" # imagePullPolicy: "Always" -# imageName: "s3gw/s3gw" -# imageTag: "v0.0.0" +# image.registry: "" +image: + repository: "rancher/mirrored-s3gw-s3gw" + tag: "v0.14.0" # imageCredentials: # username: foo # password: bar