Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
bump default local ui to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guangbochen committed Jul 17, 2020
1 parent af714fb commit de796ca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions deploy/e2e/all_in_one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: octopus-ui
app.kubernetes.io/version: 1.0.0
app.kubernetes.io/version: 1.0.2
name: octopus-ui
namespace: kube-system
---
Expand All @@ -12,7 +12,7 @@ kind: ClusterRoleBinding
metadata:
labels:
app.kubernetes.io/name: octopus-ui
app.kubernetes.io/version: 1.0.0
app.kubernetes.io/version: 1.0.2
name: octopus-ui-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -28,7 +28,7 @@ kind: Service
metadata:
labels:
app.kubernetes.io/name: octopus-ui
app.kubernetes.io/version: 1.0.0
app.kubernetes.io/version: 1.0.2
name: octopus-ui
namespace: kube-system
spec:
Expand All @@ -39,28 +39,28 @@ spec:
targetPort: http
selector:
app.kubernetes.io/name: octopus-ui
app.kubernetes.io/version: 1.0.0
app.kubernetes.io/version: 1.0.2
type: LoadBalancer
---
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/name: octopus-ui
app.kubernetes.io/version: 1.0.0
app.kubernetes.io/version: 1.0.2
name: octopus-ui
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: octopus-ui
app.kubernetes.io/version: 1.0.0
app.kubernetes.io/version: 1.0.2
template:
metadata:
labels:
app.kubernetes.io/name: octopus-ui
app.kubernetes.io/version: 1.0.0
app.kubernetes.io/version: 1.0.2
spec:
affinity:
nodeAffinity:
Expand All @@ -73,7 +73,7 @@ spec:
- linux
weight: 1
containers:
- image: cnrancher/octopus-api-server:master
- image: cnrancher/octopus-api-server:v1.0.2
imagePullPolicy: Always
name: octopus-api-server
ports:
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifest/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: octopus-ui
containers:
- name: octopus-api-server
image: cnrancher/octopus-api-server:master
image: cnrancher/octopus-api-server:v1.0.2
imagePullPolicy: Always
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifest/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ resources:
- rbac.yaml
- service.yaml
commonLabels:
app.kubernetes.io/version: 1.0.0
app.kubernetes.io/version: 1.0.2
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y git curl unzip xz-utils tini && \

WORKDIR /var/lib/rancher/octopus-ui

ENV OCTOPUS_UI_VERSION v1.0.0
ENV OCTOPUS_UI_VERSION v1.0.2
ENV OCTOPUS_UI_PATH /usr/share/rancher/octopus-ui
# Please update the api-ui-version in pkg/settings/settings.go when updating the version here.
ENV OCTOPUS_API_UI_VERSION 1.1.9
Expand Down

0 comments on commit de796ca

Please sign in to comment.