Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions charts/agyn-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
# token that used to require a human between two installs.
- name: k8s-runner
repository: oci://ghcr.io/agynio/charts
version: 0.10.20
version: 0.11.0
condition: bundledRunner.enabled
- name: reminders
repository: oci://ghcr.io/agynio/charts
Expand Down Expand Up @@ -70,7 +70,7 @@ dependencies:
condition: egress-gateway.enabled
- name: gateway
repository: oci://ghcr.io/agynio/charts
version: 0.25.1
version: 0.26.0
condition: gateway.enabled
- name: terminal-proxy
repository: oci://ghcr.io/agynio/charts
Expand All @@ -90,7 +90,7 @@ dependencies:
condition: agents.enabled
- name: agents-orchestrator
repository: oci://ghcr.io/agynio/charts
version: 0.18.2
version: 0.20.0
condition: agents-orchestrator.enabled
- name: threads
repository: oci://ghcr.io/agynio/charts
Expand Down Expand Up @@ -125,7 +125,7 @@ dependencies:
condition: authorization.enabled
- name: groups
repository: file://charts/groups
version: 0.1.0
version: 0.2.0
condition: groups.enabled
- name: networks
repository: oci://ghcr.io/agynio/charts
Expand All @@ -137,7 +137,7 @@ dependencies:
condition: apps.enabled
- name: runners
repository: oci://ghcr.io/agynio/charts
version: 0.7.0
version: 0.8.0
condition: runners.enabled
- name: ziti-management
repository: oci://ghcr.io/agynio/charts
Expand Down Expand Up @@ -171,7 +171,7 @@ dependencies:
condition: tracing.enabled
- name: notifications
repository: oci://ghcr.io/agynio/charts
version: 0.4.0
version: 0.5.0
condition: notifications.enabled
- name: nats
repository: https://nats-io.github.io/k8s/helm/charts/
Expand Down
4 changes: 2 additions & 2 deletions charts/agyn-platform/charts/groups/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: groups
description: Helm chart for deploying the GroupsService gRPC server.
type: application
version: 0.1.0
appVersion: 0.1.1
version: 0.2.0
appVersion: 0.2.0
home: https://github.com/agynio/groups
sources:
- https://github.com/agynio/groups
Expand Down
4 changes: 2 additions & 2 deletions charts/groups/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: groups
description: Helm chart for deploying the GroupsService gRPC server.
type: application
version: 0.1.2
appVersion: 0.1.2
version: 0.2.0
appVersion: 0.2.0
home: https://github.com/agynio/groups
sources:
- https://github.com/agynio/groups
Expand Down