Skip to content

Commit

Permalink
[vcluster]: bump machine-controller & osm (#102)
Browse files Browse the repository at this point in the history
* feat(vcluster): bump machine-controller & osm

* chore(helm): update docs

* feat(vcluster): move to etcd on quay.io

* feat(vcluster): bump etcd 3.5.7-0
  • Loading branch information
oliverbaehler authored Jun 28, 2023
1 parent 91b52d4 commit 5603db7
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion charts/vcluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vcluster
description: Virtual Kubernetes Cluster
type: application
version: 0.4.5
version: 0.4.6
appVersion: 0.1.0
keywords:
- vcluster
Expand Down
12 changes: 6 additions & 6 deletions charts/vcluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__This Chart is under active development! We try to improve documentation and values consistency over time__

![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.4.6](https://img.shields.io/badge/Version-0.4.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Virtual Kubernetes Cluster

Expand Down Expand Up @@ -220,7 +220,7 @@ Available Values for the [Machine Controller Component](#machine-controller). Th
| machine.strategy | object | `{"rollingUpdate":{"maxUnavailable":"50%"},"type":"RollingUpdate"}` | Deployment Update Strategy |
| machine.tolerations | list | `[]` | Tolerations |
| machine.topologySpreadConstraints | list | `[]` | TopologySpreadConstraints for all workloads |
| machine.version | string | `"v1.56.0"` | Tag Version used for machine-controller components |
| machine.version | string | `"v1.57.0"` | Tag Version used for machine-controller components |
| machine.volumes | list | `[]` | Volumes |

### Controller
Expand Down Expand Up @@ -327,7 +327,7 @@ Available Values for the [Operating System Manager](). The component consists of
| osm.strategy | object | `{"rollingUpdate":{"maxUnavailable":"50%"},"type":"RollingUpdate"}` | Deployment Update Strategy |
| osm.tolerations | list | `[]` | Tolerations |
| osm.topologySpreadConstraints | list | `[]` | TopologySpreadConstraints for all workloads |
| osm.version | string | `"v1.2.0"` | Tag Version used for both components |
| osm.version | string | `"v1.3.0"` | Tag Version used for both components |
| osm.volumes | list | `[]` | Volumes |

### Controller
Expand Down Expand Up @@ -421,7 +421,7 @@ Deploys [Kubernetes API Server](https://kubernetes.io/docs/reference/command-lin
| kubernetes.apiServer.envsFrom | list | `[]` | Extra environment variables from |
| kubernetes.apiServer.image.digest | string | `""` | Image digest |
| kubernetes.apiServer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| kubernetes.apiServer.image.registry | string | `"k8s.gcr.io"` | Image registry |
| kubernetes.apiServer.image.registry | string | `"registry.k8s.io"` | Image registry |
| kubernetes.apiServer.image.repository | string | `"kube-apiserver"` | Image repository |
| kubernetes.apiServer.image.tag | string | `""` | Image tag |
| kubernetes.apiServer.imagePullSecrets | list | `[]` | Image pull Secrets |
Expand Down Expand Up @@ -467,7 +467,7 @@ Deploys [Kubernetes Controller Manager](https://kubernetes.io/docs/concepts/arch
| kubernetes.controllerManager.envsFrom | list | `[]` | Extra environment variables from |
| kubernetes.controllerManager.image.digest | string | `""` | Image Digest |
| kubernetes.controllerManager.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| kubernetes.controllerManager.image.registry | string | `"k8s.gcr.io"` | Image registry |
| kubernetes.controllerManager.image.registry | string | `"registry.k8s.io"` | Image registry |
| kubernetes.controllerManager.image.repository | string | `"kube-controller-manager"` | Image repository |
| kubernetes.controllerManager.image.tag | string | `""` | Image tag (Version Overwrites) Overrides the image tag whose default is the chart appVersion. |
| kubernetes.controllerManager.imagePullSecrets | list | `[]` | Image pull Secrets |
Expand Down Expand Up @@ -576,7 +576,7 @@ Deploys [ETCD](https://etcd.io/).
| kubernetes.etcd.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| kubernetes.etcd.image.registry | string | `"registry.k8s.io"` | Image registry |
| kubernetes.etcd.image.repository | string | `"etcd"` | Image repository |
| kubernetes.etcd.image.tag | string | `"3.5.6-0"` | Image tag |
| kubernetes.etcd.image.tag | string | `"3.5.7-0"` | Image tag |
| kubernetes.etcd.imagePullSecrets | list | `[]` | Image pull Secrets |
| kubernetes.etcd.injectProxy | bool | `false` | Inject Proxy as Environment Variables |
| kubernetes.etcd.labels | object | `{}` | Labels for Workload |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ spec:
- name: Deleted
type: date
jsonPath: .metadata.deletionTimestamp
priority: 1
priority: 1
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ spec:
- name: Deleted
type: date
jsonPath: .metadata.deletionTimestamp
priority: 1
priority: 1
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: machinesets.cluster.k8s.io
labels:
local-testing: "true"
annotations:
"api-approved.kubernetes.io": "unapproved, legacy API"
spec:
Expand Down Expand Up @@ -49,4 +51,4 @@ spec:
- name: Deleted
type: date
jsonPath: .metadata.deletionTimestamp
priority: 1
priority: 1
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ spec:
- baremetal
- external
- vmware-cloud-director
- opennebula
type: string
spec:
description: Spec represents the os/image reference in the supported
Expand Down Expand Up @@ -348,8 +349,8 @@ spec:
type: object
provisioningUtility:
default: cloud-init
description: ProvisioningConfig is used for configurating the worker
node. Defaults to cloud-init.
description: ProvisioningUtility used for configuring the worker node.
Defaults to cloud-init.
enum:
- cloud-init
- ignition
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,8 @@ spec:
type: object
provisioningUtility:
default: cloud-init
description: ProvisioningConfig is used for configurating the worker
node. Defaults to cloud-init.
description: ProvisioningUtility used for configuring the worker node.
Defaults to cloud-init.
enum:
- cloud-init
- ignition
Expand Down Expand Up @@ -483,6 +483,7 @@ spec:
- baremetal
- external
- vmware-cloud-director
- opennebula
type: string
spec:
description: Spec represents the os/image reference in the supported
Expand Down
10 changes: 5 additions & 5 deletions charts/vcluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ machine:
ensureManifestsOnStartup: true

# -- Tag Version used for machine-controller components
version: "v1.56.0"
version: "v1.57.0"

# Kubelect Configuration
kubelet:
Expand Down Expand Up @@ -711,7 +711,7 @@ osm:
ensureManifestsOnStartup: true

# -- Tag Version used for both components
version: "v1.2.0"
version: "v1.3.0"

# Controller Component
controller:
Expand Down Expand Up @@ -1047,7 +1047,7 @@ kubernetes:
# -- Image repository
repository: etcd
# -- Image tag
tag: 3.5.6-0
tag: 3.5.7-0
# -- Image Digest
digest: ""
# -- Image pull policy
Expand Down Expand Up @@ -1302,7 +1302,7 @@ kubernetes:

image:
# -- Image registry
registry: k8s.gcr.io
registry: registry.k8s.io
# -- Image repository
repository: kube-apiserver
# -- Image tag
Expand Down Expand Up @@ -1412,7 +1412,7 @@ kubernetes:

image:
# -- Image registry
registry: k8s.gcr.io
registry: registry.k8s.io
# -- Image repository
repository: kube-controller-manager
# -- Image pull policy
Expand Down

0 comments on commit 5603db7

Please sign in to comment.