Allen Conlon

Results 17 issues of Allen Conlon

I have the following configuration file called `sops.nix` ``` { config, pkgs, lib, ... }: { imports = [ "${builtins.fetchTarball "https://github.com/Mic92/sops-nix/archive/master.tar.gz"}/modules/sops" ]; environment.systemPackages = with pkgs; [ age gnupg ];...

### Is your feature request related to a problem? Please describe. When running `zarf dev find-images` it only output to the console, it does not update the `zarf.yaml` file. To...

enhancement ✨
good first issue 🥇

## Description This PR addresses a where `zarf` is unable to properly discover the images from a kustomization file. The culprit from my testing seems to be cause by `f`...

### Environment Device and OS: fedora App version: fluxcd `2.4.0` Kubernetes distro being used: rke2, 1.31.1 Other: zarf `0.40.1` ### Steps to reproduce 0. Install [`fluxcd`](https://github.com/fluxcd/flux2/releases/tag/v2.4.0) 1. Create `zarf.yaml` with...

possible-bug 🐛

It would be nice to have a flag like `-Q` / `--query` that will populate the following string into the `sig` process. ## Example ```shell sig --cmd "stern --context kind-kind...

I have a postgresql connection that I would like to look at, but it has a randomly generated password. The config looks like this: ```toml [[database]] Name = 'cluster-coder' Provider...

## Description Makes call to zarf registry when trying to mutate `ocirepo` resource, and checks if the manifest is a helm chart ## Related Issue Fixes #3435 ## Checklist before...

## Description Updates `gitea` chart to 12.0.0: - The upstream chart replaces `redis` with `valkey`, so I disabled the `valkey` cluster. - Changed url to use OCI chart - Changed...

### Environment App version: `v0.47.0` Kubernetes distro being used: `kind`, `rke2` ### Steps to reproduce 1. Create files in the `Additional Context` section 2. Package those files and deploy to...

possible-bug 🐛

**Is this a bug report or feature request?** * Feature Request **What should the feature do:** * use `cosign` to sign the docker images and the helm charts being published...

feature