mirror of https://git.rancher.io/rke2-charts
Merge pull request #298 from thomasferrandiz/whereabouts-bci
bump rke2-whereabouts version and upgrade multus to 3.9pull/299/head
commit
9ad95701df
|
@ -3,7 +3,7 @@
|
||||||
@@ -1,16 +1,17 @@
|
@@ -1,16 +1,17 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
-appVersion: 0.1.0
|
-appVersion: 0.1.0
|
||||||
+appVersion: 3.8
|
+appVersion: 3.9
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: rke2-whereabouts.enabled
|
- condition: rke2-whereabouts.enabled
|
||||||
name: rke2-whereabouts
|
name: rke2-whereabouts
|
||||||
|
@ -23,4 +23,4 @@
|
||||||
- https://github.com/intel/multus-cni
|
- https://github.com/intel/multus-cni
|
||||||
type: application
|
type: application
|
||||||
-version: 0.1.2
|
-version: 0.1.2
|
||||||
+version: v3.8-build20221011
|
+version: v3.9-build20221028
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
- repository: ghcr.io/k8snetworkplumbingwg/multus-cni
|
- repository: ghcr.io/k8snetworkplumbingwg/multus-cni
|
||||||
- tag: v3.8
|
- tag: v3.8
|
||||||
+ repository: rancher/hardened-multus-cni
|
+ repository: rancher/hardened-multus-cni
|
||||||
+ tag: v3.8-build20221011
|
+ tag: v3.9-build20221028
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
#imagePullSecrets: []
|
#imagePullSecrets: []
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: https://github.com/k8snetworkplumbingwg/helm-charts.git
|
url: https://github.com/k8snetworkplumbingwg/helm-charts.git
|
||||||
subdirectory: multus
|
subdirectory: multus
|
||||||
commit: 7d79cc653d543bf2ac5075274082e1053884b64e
|
commit: 7d79cc653d543bf2ac5075274082e1053884b64e
|
||||||
packageVersion: 03
|
packageVersion: 04
|
||||||
|
|
|
@ -17,4 +17,4 @@
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
-appVersion: 1.16.0
|
-appVersion: 1.16.0
|
||||||
+appVersion: 0.5.2
|
+appVersion: 0.5.3
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
- tag: "latest"
|
- tag: "latest"
|
||||||
+ tag: v0.5.3-build20220610
|
+ tag: v0.5.3-build20221027
|
||||||
|
|
||||||
updateStrategy: RollingUpdate
|
updateStrategy: RollingUpdate
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
url: https://github.com/k8snetworkplumbingwg/helm-charts.git
|
url: https://github.com/k8snetworkplumbingwg/helm-charts.git
|
||||||
commit: 7d79cc653d543bf2ac5075274082e1053884b64e
|
commit: 7d79cc653d543bf2ac5075274082e1053884b64e
|
||||||
subdirectory: whereabouts
|
subdirectory: whereabouts
|
||||||
packageVersion: 01
|
packageVersion: 02
|
||||||
# whereabouts is only used as a dependency of multus
|
# whereabouts is only used as a dependency of multus
|
||||||
doNotRelease: true
|
doNotRelease: true
|
||||||
|
|
Loading…
Reference in New Issue