Skip to content

Commit

Permalink
build(manifests): 🐳 update manifests and chart for v0.1.8-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Mar 14, 2024
1 parent 61b91a6 commit d8724c4
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ spec:
token:
type: string
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
type: string
clusterCIDR:
type: string
clusterID:
Expand Down Expand Up @@ -90,6 +96,7 @@ spec:
required:
- apiServerURL
- broker
- cableDriver
- clusterCIDR
- clusterID
- helmChart
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.7-alpha.12-libreswan-v2
newTag: v0.1.8-alpha.1
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.7-alpha.12-libreswan-v2
version: 0.1.8-alpha.1
# 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.7-alpha.12-libreswan-v2"
appVersion: "v0.1.8-alpha.1"
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ spec:
token:
type: string
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
type: string
clusterCIDR:
type: string
clusterID:
Expand Down Expand Up @@ -101,6 +107,7 @@ spec:
required:
- apiServerURL
- broker
- cableDriver
- clusterCIDR
- clusterID
- helmChart
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.7-alpha.12-libreswan-v2
tag: v0.1.8-alpha.1
resources:
limits:
cpu: 500m
Expand Down
9 changes: 8 additions & 1 deletion hack/deploy/manifests/connection_hub_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2396,6 +2396,12 @@ spec:
token:
type: string
type: object
cableDriver:
default: libreswan
enum:
- libreswan
- wireguard
type: string
clusterCIDR:
type: string
clusterID:
Expand Down Expand Up @@ -2441,6 +2447,7 @@ spec:
required:
- apiServerURL
- broker
- cableDriver
- clusterCIDR
- clusterID
- helmChart
Expand Down Expand Up @@ -4361,7 +4368,7 @@ spec:
- --leader-elect
command:
- /manager
image: robolaunchio/connection-hub-controller-manager:v0.1.7-alpha.12-libreswan-v2
image: robolaunchio/connection-hub-controller-manager:v0.1.8-alpha.1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit d8724c4

Please sign in to comment.