Skip to content

Commit

Permalink
build(manifests): 🐳 update manifests and chart for v0.1.8-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Mar 14, 2024
1 parent 9e55259 commit 4e4214e
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ spec:
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
Expand Down Expand Up @@ -195,7 +194,6 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down Expand Up @@ -354,7 +352,6 @@ spec:
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
Expand Down Expand Up @@ -403,7 +400,6 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/connection-hub.roboscale.io_submariners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ spec:
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
Expand Down Expand Up @@ -111,7 +110,6 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: robolaunchio/connection-hub-controller-manager
newTag: v0.1.8-alpha.3
newTag: v0.1.8-alpha.4
4 changes: 2 additions & 2 deletions hack/deploy/chart/connection-hub-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.8-alpha.3
version: 0.1.8-alpha.4
# This is the version number of the application being deployed. This version number should be
# 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.
# It is recommended to use it with quotes.
appVersion: "v0.1.8-alpha.3"
appVersion: "v0.1.8-alpha.4"
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ spec:
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
Expand Down Expand Up @@ -207,7 +206,6 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down Expand Up @@ -366,7 +364,6 @@ spec:
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
Expand Down Expand Up @@ -415,7 +412,6 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ spec:
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
Expand Down Expand Up @@ -123,7 +122,6 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/chart/connection-hub-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: robolaunchio/connection-hub-controller-manager
tag: v0.1.8-alpha.3
tag: v0.1.8-alpha.4
resources:
limits:
cpu: 500m
Expand Down
8 changes: 1 addition & 7 deletions hack/deploy/manifests/connection_hub_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ spec:
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
Expand Down Expand Up @@ -535,7 +534,6 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down Expand Up @@ -692,7 +690,6 @@ spec:
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
Expand Down Expand Up @@ -741,7 +738,6 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down Expand Up @@ -2574,7 +2570,6 @@ spec:
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
Expand Down Expand Up @@ -2623,7 +2618,6 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down Expand Up @@ -4389,7 +4383,7 @@ spec:
- --leader-elect
command:
- /manager
image: robolaunchio/connection-hub-controller-manager:v0.1.8-alpha.3
image: robolaunchio/connection-hub-controller-manager:v0.1.8-alpha.4
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 4e4214e

Please sign in to comment.