Skip to content

Commit

Permalink
Merge pull request #3818 from BenTheElder/more-upgrdaes
Browse files Browse the repository at this point in the history
more upgrades for v0.26.0
  • Loading branch information
k8s-ci-robot authored Dec 12, 2024
2 parents 9f82dd4 + 2d530a6 commit 3246515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/local-path-provisioner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION=v0.0.24
VERSION=v0.0.30
EXTRA_BUILD_OPT=--build-arg=VERSION=$(VERSION)
include $(CURDIR)/../Makefile.common.in
2 changes: 1 addition & 1 deletion pkg/build/nodeimage/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ const DefaultImage = "kindest/node:latest"
// DefaultBaseImage is the default base image used
// TODO: come up with a reasonable solution to digest pinning
// https://github.com/moby/moby/issues/43188
const DefaultBaseImage = "docker.io/kindest/base:v20241108-5c6d2daf"
const DefaultBaseImage = "docker.io/kindest/base:v20241212-9f82dd49"

0 comments on commit 3246515

Please sign in to comment.