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

Commit

Permalink
Merge pull request #676 from kabanero-io/kappnav-v0.9.0
Browse files Browse the repository at this point in the history
Update to 0.9.0
  • Loading branch information
mezarin authored May 1, 2020
2 parents 1acebff + e3461ea commit 873e13f
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions deploy/optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

# -----------------------------------------------------------------------
# KAppNav 0.8.0
# KAppNav 0.9.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.8.0
image: kappnav/operator:0.9.0
command:
- kappnav-operator
imagePullPolicy: Always
Expand Down Expand Up @@ -136,32 +136,23 @@ spec:

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

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

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

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

appNavUI:
repository: kappnav/ui
tag: 0.8.0

###############################################################################
## kAppNav Inventory variables
###############################################################################

extensionContainers:
appNavInv:
repository: kappnav/inv
tag: 0.8.0
tag: 0.9.0

###############################################################################
## Logging variables
Expand All @@ -170,3 +161,13 @@ spec:
apis: info
operator: info
controller: info
ui: info

###############################################################################
## kAppNav Inventory variables
###############################################################################

extensionContainers:
appNavInv:
repository: kappnav/inv
tag: 0.9.0

0 comments on commit 873e13f

Please sign in to comment.