Skip to content

Release 1.3.69

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Feb 23:16
· 0 commits to 08003a8a9557b1beb8f399e737ab2ce97f68e98c since this release

Downloads link for GetApp system

Helm & Docker-compose & Docker images
Click to download.

Content of the zip file

The zip file contains:

  1. getapp-chart-*.zip - Helm chart, Docker Compose files, and installation scripts
  2. getapp-images-*.zip - Docker image files
  3. getapp-agent-*.zip - GetApp agent files
  4. Installation files at root level:
    • install.sh
    • load-images.sh
    • how-to-use-this-repo.md

File Structure

getapp-full-release-*.zip
├── install.sh
├── load-images.sh
├── how-to-use-this-repo.md
├── getapp-chart-*.zip
│   ├── helm-chart/
│   │   ├── Chart.yaml
│   │   ├── values.yaml
│   │   └── templates/
│   ├── docker-compose/
│   ├── scripts/
│   │   ├── install.sh
│   │   └── load-images.sh
│   ├── readme.md
│   └── how-to-use-this-repo.md
├── getapp-images-*.zip
│   └── images/
│       └── *.tar
└── getapp-agent-*.zip
    ├── agent/
    └── agent-ui/

Quick Installation

After extracting the release package:

chmod +x install.sh
./install.sh

Follow the prompts to configure your registry and deployment settings.

For detailed instructions, see the included how-to-use-this-repo.md file.