Skip to content

Commit

Permalink
Bump jwt-server to 0.6 (istio#35914)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn authored Nov 5, 2021
1 parent 5f5fd30 commit 1ad3738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/jwt-server/jwt-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
app: jwt-server
spec:
containers:
- image: docker.io/istio/jwt-server:0.5
- image: docker.io/istio/jwt-server:0.6
imagePullPolicy: IfNotPresent
name: jwt-server
ports:
Expand Down
2 changes: 1 addition & 1 deletion samples/jwt-server/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

HUB ?= docker.io/istio/jwt-server
TAG ?= 0.5
TAG ?= 0.6

build: main.go Dockerfile
docker build . -t $(HUB):$(TAG)
Expand Down

0 comments on commit 1ad3738

Please sign in to comment.