We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5432cee commit 3d61a1eCopy full SHA for 3d61a1e
.github/workflows/build-and-push.yaml
@@ -9,10 +9,10 @@ on:
9
10
# update image tags based on update to each component here
11
env:
12
- PRODUCER_IMAGE: producer:3.0.0
13
- PROCESSOR_IMAGE: processor:3.0.0
14
- GRPC_SERVER_IMAGE: grpc-server:3.0.0
15
- GRPC_CLIENT_IMAGE: grpc-client:3.0.0
+ PRODUCER_IMAGE: producer:3.1.0
+ PROCESSOR_IMAGE: processor:3.1.0
+ GRPC_SERVER_IMAGE: grpc-server:3.1.0
+ GRPC_CLIENT_IMAGE: grpc-client:3.1.0
16
GITOPS_REPO: srivathsashreyas/metrics-collector-py-gitops
17
18
jobs:
0 commit comments