Skip to content

Commit 52c1ee8

Browse files
authored
chore(kine): upgrading to v0.11.10
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent b541962 commit 52c1ee8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/manager/cmd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ func NewCmd(scheme *runtime.Scheme) *cobra.Command {
297297
cmd.Flags().StringVar(&healthProbeBindAddress, "health-probe-bind-address", ":8081", "The address the probe endpoint binds to.")
298298
cmd.Flags().BoolVar(&leaderElect, "leader-elect", true, "Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager.")
299299
cmd.Flags().StringVar(&tmpDirectory, "tmp-directory", "/tmp/kamaji", "Directory which will be used to work with temporary files.")
300-
cmd.Flags().StringVar(&kineImage, "kine-image", "rancher/kine:v0.9.2-amd64", "Container image along with tag to use for the Kine sidecar container (used only if etcd-storage-type is set to one of kine strategies).")
300+
cmd.Flags().StringVar(&kineImage, "kine-image", "rancher/kine:v0.11.10-amd64", "Container image along with tag to use for the Kine sidecar container (used only if etcd-storage-type is set to one of kine strategies).")
301301
cmd.Flags().StringVar(&datastore, "datastore", "etcd", "The default DataStore that should be used by Kamaji to setup the required storage.")
302302
cmd.Flags().StringVar(&migrateJobImage, "migrate-image", fmt.Sprintf("clastix/kamaji:%s", internal.GitTag), "Specify the container image to launch when a TenantControlPlane is migrated to a new datastore.")
303303
cmd.Flags().IntVar(&maxConcurrentReconciles, "max-concurrent-tcp-reconciles", 1, "Specify the number of workers for the Tenant Control Plane controller (beware of CPU consumption)")

deploy/kine/mysql/kine.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
secretName: mysql-certs
4545
containers:
4646
- name: kine-tenant
47-
image: rancher/kine:v0.9.2-amd64
47+
image: rancher/kine:v0.11.10-amd64
4848
ports:
4949
- containerPort: 2379
5050
name: server

docs/content/reference/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Available flags are the following:
1010
| `--health-probe-bind-address` | The address the probe endpoint binds to. | `:8081` |
1111
| `--leader-elect` | Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager. | `true` |
1212
| `--tmp-directory` | Directory which will be used to work with temporary files. | `/tmp/kamaji` |
13-
| `--kine-image` | Container image along with tag to use for the Kine sidecar container (used only if etcd-storage-type is set to one of kine strategies). | `rancher/kine:v0.9.2-amd64` |
13+
| `--kine-image` | Container image along with tag to use for the Kine sidecar container (used only if etcd-storage-type is set to one of kine strategies). | `rancher/kine:v0.11.10-amd64` |
1414
| `--datastore` | The default DataStore that should be used by Kamaji to setup the required storage. | `etcd` |
1515
| `--migrate-image` | Specify the container image to launch when a TenantControlPlane is migrated to a new datastore. | `migrate-image` |
1616
| `--max-concurrent-tcp-reconciles` | Specify the number of workers for the Tenant Control Plane controller (beware of CPU consumption). | `1` |

0 commit comments

Comments
 (0)