diff --git a/charts/fission-core/Chart.yaml b/charts/fission-core/Chart.yaml index 11f8a083..f355306b 100644 --- a/charts/fission-core/Chart.yaml +++ b/charts/fission-core/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: fission-core -version: 0.4.0 +version: 0.4.1 description: Fission is a fast serverless framework for Kubernetes. keywords: - fission @@ -12,4 +12,4 @@ maintainers: - name: Ta Ching Chen email: contact@tachingchen.com engine: gotpl -appVersion: 0.4.0 +appVersion: 0.4.1 diff --git a/charts/fission-core/values.yaml b/charts/fission-core/values.yaml index 0919c7ca..08b0c475 100644 --- a/charts/fission-core/values.yaml +++ b/charts/fission-core/values.yaml @@ -10,7 +10,7 @@ serviceType: LoadBalancer image: fission/fission-bundle ## Fission image version -imageTag: 0.4.0 +imageTag: 0.4.1 ## Image pull policy pullPolicy: IfNotPresent @@ -19,7 +19,7 @@ pullPolicy: IfNotPresent fetcherImage: fission/fetcher ## Fission fetcher image version -fetcherImageTag: 0.4.0 +fetcherImageTag: 0.4.1 ## Port at which Fission controller service should be exposed controllerPort: 31313