Skip to content

Commit

Permalink
feat: Bump knative, use chart version as app version (#296) (#479)
Browse files Browse the repository at this point in the history
Co-authored-by: Grace Do <[email protected]>
  • Loading branch information
alembiewski and gracedo authored Jul 19, 2022
1 parent 8cc4c4f commit 8567bdc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: knative-0.18.3-d2iq-defaults
name: knative-0.3.9-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-staging
namespace: kommander-flux
version: "0.3.8"
version: "0.3.9"
interval: 15s
install:
remediation:
Expand All @@ -27,4 +27,4 @@ spec:
targetNamespace: knative-serving
valuesFrom:
- kind: ConfigMap
name: knative-0.18.3-d2iq-defaults
name: knative-0.3.9-d2iq-defaults
File renamed without changes.

0 comments on commit 8567bdc

Please sign in to comment.