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
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.10
v0.0.11
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func main() {
ctrl.SetLogger(zap.New(zap.UseFlagOptions(&opts)))

// Version edited by hack/bump-version.sh
setupLog.Info("gate-operator version v0.0.10")
setupLog.Info("gate-operator version v0.0.11")

// if the enable-http2 flag is false (the default), http/2 should be disabled
// due to its vulnerabilities. More specifically, disabling http/2 will
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/robinlioret/gate-operator
newTag: v0.0.10
newTag: v0.0.11
2 changes: 1 addition & 1 deletion dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ spec:
- --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs
command:
- /manager
image: ghcr.io/robinlioret/gate-operator:v0.0.10
image: ghcr.io/robinlioret/gate-operator:v0.0.11
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion doc/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You'll need to have a valid installation of [Cert-Manager](https://cert-manager.
Run the following command:

```shell
kubectl apply -f https://github.com/robinlioret/gate-operator/releases/download/v0.0.10/install.yaml
kubectl apply -f https://github.com/robinlioret/gate-operator/releases/download/v0.0.11/install.yaml
```

### Using the Helm chart
Expand Down