Skip to content

Commit

Permalink
Merge pull request #56 from syseleven/K8s-9627-update-machinecontroll…
Browse files Browse the repository at this point in the history
…er-1.58.3

K8s-9627: Update machine-controller from upstream tag 1.58.3
  • Loading branch information
squ94wk authored Mar 7, 2024
2 parents 3320a58 + 60bca0e commit aaa9abd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/operating-system-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ spec:
spec:
serviceAccountName: operating-system-manager-webhook
containers:
- image: quay.io/kubermatic/operating-system-manager:v1.4.0
- image: quay.io/kubermatic/operating-system-manager:v1.4.1
imagePullPolicy: Always
name: webhook
command:
Expand Down Expand Up @@ -1424,7 +1424,7 @@ spec:
spec:
serviceAccountName: operating-system-manager
containers:
- image: quay.io/kubermatic/operating-system-manager:latest
- image: quay.io/kubermatic/operating-system-manager:v1.4.1
imagePullPolicy: Always
name: operating-system-manager
command:
Expand Down
2 changes: 1 addition & 1 deletion hack/ci/setup-machine-controller-in-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
export MC_VERSION="${MC_VERSION:-$(git rev-parse HEAD)}"
export OPERATING_SYSTEM_MANAGER="${OPERATING_SYSTEM_MANAGER:-true}"
OSM_REPO_URL="${OSM_REPO_URL:-https://github.com/kubermatic/operating-system-manager.git}"
OSM_REPO_TAG="${OSM_REPO_TAG:-main}"
OSM_REPO_TAG="${OSM_REPO_TAG:-release/v1.4}"

# cert-manager is required by OSM for generating TLS Certificates
echodate "Installing cert-manager"
Expand Down
2 changes: 1 addition & 1 deletion pkg/userdata/flatcar/testdata/ignition_v1.28.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@
}
]
}
}
}

0 comments on commit aaa9abd

Please sign in to comment.