diff --git a/charts/firefly/Chart.yaml b/charts/firefly/Chart.yaml index d1825e7..0550de6 100644 --- a/charts/firefly/Chart.yaml +++ b/charts/firefly/Chart.yaml @@ -18,8 +18,8 @@ apiVersion: v2 name: firefly description: A Helm chart for deploying FireFly and FireFly HTTPS Dataexchange onto Kubernetes. type: application -appVersion: "1.0.0" -version: "0.5.0" +appVersion: "1.0.1" +version: "0.5.1" maintainers: - name: hfuss diff --git a/charts/firefly/values.yaml b/charts/firefly/values.yaml index 2a3cbb8..6a1ad36 100644 --- a/charts/firefly/values.yaml +++ b/charts/firefly/values.yaml @@ -158,7 +158,7 @@ core: repository: ghcr.io/hyperledger/firefly pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v1.0.0 + tag: v1.0.1 extraEnv: [] # - name: FIREFLY_LOG_LEVEL @@ -359,7 +359,7 @@ erc1155: image: repository: ghcr.io/hyperledger/firefly-tokens-erc1155 pullPolicy: IfNotPresent - tag: v1.0.1 + tag: v1.0.2 imagePullSecrets: [] @@ -433,7 +433,7 @@ erc20erc721: image: repository: ghcr.io/hyperledger/firefly-tokens-erc20-erc721 pullPolicy: IfNotPresent - tag: v1.0.0 + tag: v1.0.1 imagePullSecrets: []