Skip to content

Commit

Permalink
update slime image to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MouceL authored and YonkaFang committed Oct 28, 2022
1 parent 31d304a commit 7de3322
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion boot/deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
containers:
- name: slime-boot
# Replace this with the built image name
image: docker.io/slimeio/slime-boot:test
image: docker.io/slimeio/slime-boot:v0.5.0_linux_amd64
imagePullPolicy: Always
env:
- name: WATCH_NAMESPACE
Expand Down
Empty file modified boot/publish.sh
100644 → 100755
Empty file.
14 changes: 7 additions & 7 deletions doc/zh/slime-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-bundle-example-all
tag: master-cb6098f_linux_amd64
tag: v0.5.0_linux_amd64
module:
- name: bundle
enable: true
Expand Down Expand Up @@ -177,7 +177,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: master-cb6098f_linux_amd64
tag: v0.5.0_linux_amd64
namespace: mesh-operator
istioNamespace: istio-system
module:
Expand Down Expand Up @@ -227,7 +227,7 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: master-cb6098f_linux_amd64
tag: v0.5.0_linux_amd64
probePort: 20000
```

Expand Down Expand Up @@ -255,7 +255,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-limiter
tag: master-cb6098f_linux_amd64
tag: v0.5.0_linux_amd64
module:
- name: limiter
kind: limiter
Expand Down Expand Up @@ -292,7 +292,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-plugin
tag: master-cb6098f_linux_amd64
tag: v0.5.0_linux_amd64
module:
- name: plugin
kind: plugin
Expand All @@ -316,7 +316,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-bundle-example-all
tag: master-cb6098f_linux_amd64
tag: v0.5.0_linux_amd64
module:
- name: bundle
enable: true
Expand Down Expand Up @@ -382,7 +382,7 @@ spec:
memory: 1024Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: master-cb6098f_linux_amd64
tag: v0.5.0_linux_amd64
probePort: 20000 # health probe port
port: 80 # global-sidecar default svc port
legacyFilterName: true
Expand Down
2 changes: 1 addition & 1 deletion install/init/deployment_slime-boot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
containers:
- name: slime-boot
# Replace this with the built image name
image: docker.io/slimeio/slime-boot:master-cb6098f_linux_amd64
image: docker.io/slimeio/slime-boot:v0.5.0_linux_amd64
imagePullPolicy: Always
env:
- name: WATCH_NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
value: slime
- name: GODEBUG
value: gctrace=1
image: docker.io/slimeio/slime-bundle-hango:master-cb6098f_linux_amd64
image: docker.io/slimeio/slime-bundle-hango:v0.5.0_linux_amd64
imagePullPolicy: Always
livenessProbe:
failureThreshold: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
containers:
- name: slime-boot
# Replace this with the built image name
image: docker.io/slimeio/slime-boot:v0.4.0_linux_amd64
image: docker.io/slimeio/slime-boot:v0.5.0_linux_amd64
imagePullPolicy: Always
env:
- name: WATCH_NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.3.0_linux_amd64
tag: v0.5.0_linux_amd64
module:
- name: lazyload # custom value
kind: lazyload # should be "lazyload"
Expand Down Expand Up @@ -44,5 +44,5 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.2.0-1b93bf7
tag: v0.5.0_linux_amd64
probePort: 8080
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.3.0_linux_amd64
tag: v0.5.0_linux_amd64
module:
- name: lazyload # custom value
kind: lazyload # should be "lazyload"
Expand Down Expand Up @@ -51,4 +51,4 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.2.0-1b93bf7
tag: v0.5.0_linux_amd64
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.3.0_linux_amd64
tag: v0.5.0_linux_amd64
module:
- name: lazyload # custom value
kind: lazyload # should be "lazyload"
Expand Down Expand Up @@ -47,7 +47,7 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.2.0-1b93bf7
tag: v0.5.0_linux_amd64
volumes:
- name: lazyload-storage
persistentVolumeClaim:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.3.0_linux_amd64
tag: v0.5.0_linux_amd64
module:
- name: lazyload # custom value
kind: lazyload # should be "lazyload"
Expand Down Expand Up @@ -46,4 +46,4 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.2.0-1b93bf7
tag: v0.5.0_linux_amd64
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.3.0_linux_amd64
tag: v0.5.0_linux_amd64
module:
- name: lazyload # custom value
kind: lazyload # should be "lazyload"
Expand Down Expand Up @@ -53,4 +53,4 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.2.0-1b93bf7
tag: v0.5.0_linux_amd64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-limiter
tag: master-cb6098f_linux_amd64
tag: v0.5.0_linux_amd64
module:
- name: limiter
kind: limiter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ data:
kind: ConfigMap
metadata:
name: rate-limit-config
namespace: istio-gateway
namespace: gateway-system
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ metadata:
name: plugin
namespace: mesh-operator
spec:
module:
- name: plugin # custom value
kind: plugin # should be "plugin"
enable: true
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-plugin
tag: v0.2.0_linux_amd64
tag: v0.5.0_linux_amd64
module:
- name: plugin
kind: plugin
enable: true

0 comments on commit 7de3322

Please sign in to comment.