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

Commit

Permalink
prep 1.1.4
Browse files Browse the repository at this point in the history
Change-Id: I2a3ad3c3daded78b3df9cba968ce8e6f3f76fd62
  • Loading branch information
theganyo committed Jun 19, 2019
1 parent 6d23219 commit 6a923ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions apigee-istio/proxies/proxies.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion auth-proxy/apiproxy/policies/Send-Version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Header name="Content-Type">application/json</Header>
</Headers>
<Payload contentType="application/json">
{"version":"1.1.3"}
{"version":"1.1.4"}
</Payload>
</Set>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
Expand Down
2 changes: 1 addition & 1 deletion samples/apigee/adapter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: apigee-adapter
image: "gcr.io/apigee-api-management-istio/apigee-adapter:1.1.3"
image: "gcr.io/apigee-api-management-istio/apigee-adapter:1.1.4"
imagePullPolicy: IfNotPresent #Always
ports:
- containerPort: 5000
Expand Down

0 comments on commit 6a923ee

Please sign in to comment.