Skip to content

chore: migrate to pnpm#229

Open
dkarpele wants to merge 1 commit intoredhat-developer:mainfrom
dkarpele:dk-GITOPS-9128
Open

chore: migrate to pnpm#229
dkarpele wants to merge 1 commit intoredhat-developer:mainfrom
dkarpele:dk-GITOPS-9128

Conversation

@dkarpele
Copy link
Copy Markdown

@dkarpele dkarpele commented May 5, 2026

I tested commands from Readme.md (Option 1) and package.json:

pnpm install
pnpm run start
pnpm run start-console
image

@dkarpele dkarpele marked this pull request as ready for review May 5, 2026 16:48
@openshift-ci openshift-ci Bot requested review from keithchong and wtam2018 May 5, 2026 16:48
@keithchong
Copy link
Copy Markdown
Collaborator

Thanks Denis. For app-4 in your screenshot, which test case (repo) did you use and how did you create/deploy it?

@dkarpele
Copy link
Copy Markdown
Author

dkarpele commented May 5, 2026

Thanks Denis. For app-4 in your screenshot, which test case (repo) did you use and how did you create/deploy it?

I created a simple file
% oc apply -f app.yaml

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: app-4
  namespace: openshift-gitops
  finalizers:
    - resources-finalizer.argocd.argoproj.io
spec:
  project: default
  source:
    repoURL: https://github.com/argoproj-labs/argocd-image-updater/
    path: test/e2e/testdata/005-public-guestbook
    targetRevision: HEAD
  destination:
    server: https://kubernetes.default.svc
    namespace: openshift-gitops-operator
  syncPolicy:
    automated: {}
    retry:
      limit: 2
image

Signed-off-by: dkarpele <karpelevich@gmail.com>
@dkarpele dkarpele changed the title chore: Migrate to pnpm chore: migrate to pnpm May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants