···33# To re-generate a bundle for another specific version without changing the standard setup, you can:
44# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
66-VERSION ?= 0.3.0
66+VERSION ?= 0.3.1
7788# CHANNELS define the bundle channels used in the bundle.
99# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
+9-3
charts/secret-service-operator/Chart.yaml
···1616# This is the chart version. This version number should be incremented each time you make changes
1717# to the chart and its templates, including the app version.
1818# Versions are expected to follow Semantic Versioning (https://semver.org/)
1919-version: 0.3.0
1919+version: 0.3.1
20202121# This is the version number of the application being deployed. This version number should be
2222# incremented each time you make changes to the application. Versions are not expected to
2323# follow Semantic Versioning. They should reflect the version the application is using.
2424# It is recommended to use it with quotes.
2525-appVersion: "0.3.0"
2525+appVersion: "0.3.1"
26262727maintainers:
2828-- name: evanjarrett2828+- name: evanjarrett
2929+3030+annotations:
3131+ org.opencontainers.image.source: "https://github.com/evanjarrett/secret-service-operator"
3232+ org.opencontainers.image.licenses: "Apache-2.0"
3333+ org.opencontainers.image.description: "Create Service Endpoints based on Secrets"
3434+ org.opencontainers.image.authors: "Evan Jarrett"