Skip to content

Commit

Permalink
Update Kube-OVN v1.13.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps committed Jan 15, 2025
1 parent 34d6ab0 commit 56afd77
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/system/kubeovn/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KUBEOVN_TAG = v1.13.0
KUBEOVN_TAG = v1.13.2

export NAME=kubeovn
export NAMESPACE=cozy-$(NAME)
Expand Down
4 changes: 2 additions & 2 deletions packages/system/kubeovn/charts/kube-ovn/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ 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: 1.13.0
version: v1.13.2

# 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: "1.13.0"
appVersion: "1.13.2"

kubeVersion: ">= 1.23.0-0"
2 changes: 1 addition & 1 deletion packages/system/kubeovn/charts/kube-ovn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global:
repository: kube-ovn
dpdkRepository: kube-ovn-dpdk
vpcRepository: vpc-nat-gateway
tag: v1.13.0
tag: v1.13.2
support_arm: true
thirdparty: true

Expand Down
4 changes: 2 additions & 2 deletions packages/system/kubeovn/images/kubeovn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# syntax = docker/dockerfile:experimental
ARG VERSION=v1.13.0
ARG VERSION=v1.13.2
ARG BASE_TAG=$VERSION

FROM golang:1.23-bookworm as builder

ARG TAG=v1.13.0
ARG TAG=v1.13.2
RUN git clone --branch ${TAG} --depth 1 https://github.com/kubeovn/kube-ovn /source

WORKDIR /source
Expand Down
2 changes: 1 addition & 1 deletion packages/system/kubeovn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ global:
images:
kubeovn:
repository: kubeovn
tag: v1.13.0@sha256:492c18b5392ef3bb6e40b094c7c41f390571ab71ec1bbdd0a8553864e9014d08
tag: latest@sha256:9ed2b3ec3f93832a1871a327f97eeedebf57dc01a98d52471312c4c47c265241

0 comments on commit 56afd77

Please sign in to comment.