Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
move to 1.7.2-p1
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Qiu <wenqiq@vmware.com>
  • Loading branch information
wenqiq committed Mar 14, 2023
1 parent 4044822 commit f122634
Show file tree
Hide file tree
Showing 26 changed files with 39 additions and 39 deletions.
25 changes: 0 additions & 25 deletions addons/packages/antrea/1.7.1-p1/bundle/.imgpkg/images.yml

This file was deleted.

25 changes: 25 additions & 0 deletions addons/packages/antrea/1.7.2-p1/bundle/.imgpkg/images.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
apiVersion: imgpkg.carvel.dev/v1alpha1
images:
- annotations:
kbld.carvel.dev/id: antrea/antrea-ubuntu:v1.7.2
kbld.carvel.dev/origins: |
- resolved:
tag: v1.7.2
url: antrea/antrea-ubuntu:v1.7.2
image: index.docker.io/antrea/antrea-ubuntu@sha256:4dada06de3361e79b2f6ed69b38f907b9866e794d683a09d5760abfd80ff4ec9
- annotations:
kbld.carvel.dev/id: antrea-interworking/interworking-photon:0.7.1
kbld.carvel.dev/origins: |
- resolved:
tag: latest
url: antrea-interworking/interworking-photon:0.7.1
image: nsx-ujo-docker-local.artifactory.eng.vmware.com/antrea-interworking/interworking-photon@sha256:fc76bca72254735cb0758a2b1f8f7e9850062db583c8070699496e80bdfea8eb
- annotations:
kbld.carvel.dev/id: antrea-interworking/bootstrap:0.7.1
kbld.carvel.dev/origins: |
- resolved:
tag: 0.7.1
url: antrea-interworking/bootstrap:0.7.1
image: nsx-ujo-docker-local.artifactory.eng.vmware.com/antrea-interworking/bootstrap@sha256:cd5d2df1124658b460cdb1942c90266603a17f5c3fdde96a244c9272d21e627c
kind: ImagesLock
Original file line number Diff line number Diff line change
Expand Up @@ -3805,7 +3805,7 @@ spec:
serviceAccountName: antrea-agent
initContainers:
- name: antrea-agent-tweaker
image: "antrea/antrea-ubuntu:v1.7.1"
image: "antrea/antrea-ubuntu:v1.7.2"
imagePullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -3826,7 +3826,7 @@ spec:
mountPath: /etc/antrea/antrea-agent-tweaker.conf
subPath: antrea-agent-tweaker.conf
- name: install-cni
image: "antrea/antrea-ubuntu:v1.7.1"
image: "antrea/antrea-ubuntu:v1.7.2"
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down Expand Up @@ -3860,7 +3860,7 @@ spec:
mountPath: /var/run/antrea
containers:
- name: antrea-agent
image: "antrea/antrea-ubuntu:v1.7.1"
image: "antrea/antrea-ubuntu:v1.7.2"
imagePullPolicy: IfNotPresent
command: ["antrea-agent"]
# Log to both "/var/log/antrea/" and stderr (so "kubectl logs" can work).-
Expand Down Expand Up @@ -3893,12 +3893,12 @@ spec:
name: api
protocol: TCP
livenessProbe:
exec:
command:
- /bin/sh
- -c
- container_liveness_probe agent
initialDelaySeconds: 5
httpGet:
host: localhost
path: /livez
port: api
scheme: HTTPS
initialDelaySeconds: 10
timeoutSeconds: 5
periodSeconds: 10
failureThreshold: 5
Expand Down Expand Up @@ -3952,7 +3952,7 @@ spec:
- name: xtables-lock
mountPath: /run/xtables.lock
- name: antrea-ovs
image: "antrea/antrea-ubuntu:v1.7.1"
image: "antrea/antrea-ubuntu:v1.7.2"
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down Expand Up @@ -4068,7 +4068,7 @@ spec:
serviceAccountName: antrea-controller
containers:
- name: antrea-controller
image: "antrea/antrea-ubuntu:v1.7.1"
image: "antrea/antrea-ubuntu:v1.7.2"
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
name: antrea.tanzu.vmware.com.1.7.1+tkg.2-zshippable
name: antrea.tanzu.vmware.com.1.7.2+tkg.2-zshippable
namespace: vmware-system-tkg
spec:
refName: antrea.tanzu.vmware.com
version: 1.7.1+tkg.2-zshippable
releaseNotes: antrea 1.7.1 https://github.com/antrea-io/antrea/releases/tag/v1.7.1
version: 1.7.2+tkg.2-zshippable
releaseNotes: antrea 1.7.2 https://github.com/antrea-io/antrea/releases/tag/v1.7.2
licenses:
- Apache 2.0
template:
Expand Down

0 comments on commit f122634

Please sign in to comment.