Endre Czirbesz
Endre Czirbesz
Embarrassingly this was left out of my previous PR (#152), and went unnoticed for this long.
I have installed Voyager 8.0.1 using helm on EKS (kubernetes 1.10.11). It works fine for a while, but all of a sudden it starts logging `TLS handshake error` messages. ```...
I was trying to build Voyager locally, following the process from the [dev guide](https://appscode.com/products/voyager/8.0.1/setup/developer-guide/overview/), and run into an error: ``` $ ./hack/make.py Traceback (most recent call last): File "./hack/make.py", line...
At the moment image automation blindly substitutes the latest tag it finds. It would be useful to have flag (either at the imagepolicy or the imageautomation level), which prevents this...
I've created an alert using flux CLI: ``` flux create alert --event-severity info --event-source 'imagepolicy/*' --provider-ref slack images --export > alert.yaml ``` When I pushed this alert to my git...
We can't upgrade all members to 5.0 _before_ upgrading them to 5.0, can we?
I have project with almost ten services. When I try to run `forge -v deploy`, sometimes it stops at ``` [...] ║ Successfully built 914277e78f60 ║ Successfully tagged xxx.amazonaws.com/service:aebc64fe323a9fd9fed30d93289f0e6c58865b54.sha ║...
I would like to base64 encode environment variables in my k8s templates (e.g Authentication Basic header). Would it be possible to add b64encode/b64decode filters to forge?
Frequencies are converted to string with a small rounding error: ``` # [...] channels: # [...] - analog: id: ch14 name: A-V16-145.2000 rxFrequency: 145.19999999999999 txFrequency: 145.19999999999999 # [...] - analog:...
### What happened? I have created an EC2 instnace, and an Elastic IP, which references the instance. After the instance is deleted and recreated, EIP is not re-attached to the...