Skip to content

Commit

Permalink
build(manifests): 🐳 update manifests and chart for v0.1.8-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Mar 14, 2024
1 parent 825a978 commit 5bf0b3e
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 5 deletions.
14 changes: 14 additions & 0 deletions config/crd/bases/connection-hub.roboscale.io_connectionhubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ spec:
- releaseName
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
type: string
clusterCIDR:
type: string
helmRepository:
Expand Down Expand Up @@ -189,6 +195,7 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down Expand Up @@ -346,6 +353,12 @@ spec:
- releaseName
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
type: string
clusterCIDR:
type: string
helmRepository:
Expand Down Expand Up @@ -390,6 +403,7 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down
7 changes: 7 additions & 0 deletions config/crd/bases/connection-hub.roboscale.io_submariners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ spec:
- releaseName
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
type: string
clusterCIDR:
type: string
helmRepository:
Expand Down Expand Up @@ -105,6 +111,7 @@ 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.1
newTag: v0.1.8-alpha.2
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.1
version: 0.1.8-alpha.2
# 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.1"
appVersion: "v0.1.8-alpha.2"
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ spec:
- releaseName
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
type: string
clusterCIDR:
type: string
helmRepository:
Expand Down Expand Up @@ -201,6 +207,7 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down Expand Up @@ -358,6 +365,12 @@ spec:
- releaseName
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
type: string
clusterCIDR:
type: string
helmRepository:
Expand Down Expand Up @@ -402,6 +415,7 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ spec:
- releaseName
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
type: string
clusterCIDR:
type: string
helmRepository:
Expand Down Expand Up @@ -117,6 +123,7 @@ 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.1
tag: v0.1.8-alpha.2
resources:
limits:
cpu: 500m
Expand Down
23 changes: 22 additions & 1 deletion hack/deploy/manifests/connection_hub_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,12 @@ spec:
- releaseName
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
type: string
clusterCIDR:
type: string
helmRepository:
Expand Down Expand Up @@ -529,6 +535,7 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down Expand Up @@ -684,6 +691,12 @@ spec:
- releaseName
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
type: string
clusterCIDR:
type: string
helmRepository:
Expand Down Expand Up @@ -728,6 +741,7 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down Expand Up @@ -2559,6 +2573,12 @@ spec:
- releaseName
- version
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
type: string
clusterCIDR:
type: string
helmRepository:
Expand Down Expand Up @@ -2603,6 +2623,7 @@ spec:
required:
- apiServerURL
- brokerHelmChart
- cableDriver
- clusterCIDR
- helmRepository
- operatorHelmChart
Expand Down Expand Up @@ -4368,7 +4389,7 @@ spec:
- --leader-elect
command:
- /manager
image: robolaunchio/connection-hub-controller-manager:v0.1.8-alpha.1
image: robolaunchio/connection-hub-controller-manager:v0.1.8-alpha.2
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 5bf0b3e

Please sign in to comment.