Skip to content

Commit

Permalink
remove helm chart and update k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolik committed Aug 2, 2024
1 parent 79a7d48 commit 989a203
Show file tree
Hide file tree
Showing 53 changed files with 4 additions and 8,149 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CONTAINER_TOOL ?= docker
SHELL = /usr/bin/env bash -o pipefail
.SHELLFLAGS = -ec

K8S_VERSION ?= 1.30.3
K8S_VERSION ?= 1.30.4
CILIUM_VERSION ?= 1.16.0

V ?= 0
Expand Down
4 changes: 2 additions & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: ghcr.io/hyperspike/valkey-operator
newTag: v0.0.4
newName: localhost:5000/controller
newTag: "2"
2 changes: 1 addition & 1 deletion dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ spec:
- --health-probe-bind-address=:8081
command:
- /manager
image: ghcr.io/hyperspike/valkey-operator:v0.0.4
image: localhost:5000/controller:2
livenessProbe:
httpGet:
path: /healthz
Expand Down
25 changes: 0 additions & 25 deletions valkey-cluster/.helmignore

This file was deleted.

6 changes: 0 additions & 6 deletions valkey-cluster/Chart.lock

This file was deleted.

35 changes: 0 additions & 35 deletions valkey-cluster/Chart.yaml

This file was deleted.

711 changes: 0 additions & 711 deletions valkey-cluster/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions valkey-cluster/charts/common/.helmignore

This file was deleted.

23 changes: 0 additions & 23 deletions valkey-cluster/charts/common/Chart.yaml

This file was deleted.

235 changes: 0 additions & 235 deletions valkey-cluster/charts/common/README.md

This file was deleted.

Loading

0 comments on commit 989a203

Please sign in to comment.