Skip to content

Commit

Permalink
Fix comments (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfespa17 committed Apr 27, 2022
1 parent 98725e1 commit 8a2cb4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions templates/deployment-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ spec:
spec:
containers:
- name: terrakube-api
#image: azbuilder/api-server:{{ .Values.api.version }}
image: azbuilder/api-server:2.1.8
image: azbuilder/api-server:{{ .Values.api.version }}
ports:
- containerPort: 8080
envFrom:
Expand Down
3 changes: 1 addition & 2 deletions templates/deployment-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ spec:
spec:
containers:
- name: terrakube-registry
#image: azbuilder/open-registry:{{ .Values.registry.version }}
image: azbuilder/open-registry:2.1.8
image: azbuilder/open-registry:{{ .Values.registry.version }}
ports:
- containerPort: 8075
envFrom:
Expand Down

0 comments on commit 8a2cb4c

Please sign in to comment.