Skip to content

Commit

Permalink
change image to 1.105.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salkrr committed Jan 10, 2025
1 parent e4269f3 commit 0a76273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/keys/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: application
description: A Helm chart for Kubernetes to deploy API Keys service

version: 1.31.0
appVersion: 1.102.3
appVersion: 1.105.0

maintainers:
- name: 2gis
Expand Down
2 changes: 1 addition & 1 deletion charts/keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See the [documentation](https://docs.2gis.com/en/on-premise/keys) to learn about
| `imagePullSecrets` | Kubernetes image pull secrets. | `[]` |
| `imagePullPolicy` | Pull policy. | `IfNotPresent` |
| `backend.image.repository` | Backend service image repository. | `2gis-on-premise/keys-backend` |
| `backend.image.tag` | Backend service image tag. | `1.102.3` |
| `backend.image.tag` | Backend service image tag. | `1.105.0` |
| `admin.image.repository` | Admin service image repository. | `2gis-on-premise/keys-ui` |
| `admin.image.tag` | Admin service image tag. | `0.10.3` |
| `redis.image.repository` | Redis image repository. | `2gis-on-premise/keys-redis` |
Expand Down
2 changes: 1 addition & 1 deletion charts/keys/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ featureFlags:
backend:
image:
repository: 2gis-on-premise/keys-backend
tag: 1.102.3
tag: 1.105.0

# @section Admin service settings

Expand Down

0 comments on commit 0a76273

Please sign in to comment.