Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Update kappnav to v0.10.0 #744

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions deploy/optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

# -----------------------------------------------------------------------
# KAppNav 0.9.0
# KAppNav 0.10.0
# -----------------------------------------------------------------------
apiVersion: v1
kind: Namespace
Expand Down Expand Up @@ -104,7 +104,7 @@ spec:
containers:
- name: kappnav-operator
# Replace this with the built image name
image: kappnav/operator:0.9.0
image: kappnav/operator:0.10.0
command:
- kappnav-operator
imagePullPolicy: Always
Expand Down Expand Up @@ -136,23 +136,23 @@ spec:

appNavAPI:
repository: kappnav/apis
tag: 0.9.0
tag: 0.10.0

###############################################################################
## kAppNav Controller variables
###############################################################################

appNavController:
repository: kappnav/controller
tag: 0.9.0
tag: 0.10.0

###############################################################################
## kAppNav UI variables
###############################################################################

appNavUI:
repository: kappnav/ui
tag: 0.9.0
tag: 0.10.0

###############################################################################
## Logging variables
Expand All @@ -170,4 +170,4 @@ spec:
extensionContainers:
appNavInv:
repository: kappnav/inv
tag: 0.9.0
tag: 0.10.0